Class CTP_ReservedJavaKeywordAsObjectField_CTS
java.lang.Object
org.junittest.allgraphqlcases_client_springconfiguration.CTP_ReservedJavaKeywordAsObjectField_CTS
public class CTP_ReservedJavaKeywordAsObjectField_CTS
extends Object
implements AllTypes2, AllTypes1
- Author:
- generated by graphql-java-generator
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe Builder that helps building instance of this POJO. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getAliasValue(String alias) Retrieves the value for the given alias, as it has been received for this object in the GraphQL response.getIf()getInt()getLong()getNew()getShort()getSuper()getThis()getThrow()getTry()getVoid()getWhile()voidset__typename(String __typename) voidsetAliasValue(String aliasName, Object aliasDeserializedValue) This method is called during the json deserialization process, by theGraphQLObjectMapper, each time an alias value is read from the json.voidsetIf(CTP_Human_CTS _if) voidsetImplements(CTP_Human_CTS _implements) voidsetImport(CTP_Human_CTS _import) voidsetInstanceof(CTP_Human_CTS _instanceof) voidsetInt(CTP_Human_CTS _int) voidsetInterface(CTP_Human_CTS _interface) voidsetLong(CTP_Human_CTS _long) voidsetNative(CTP_Human_CTS _native) voidsetNew(CTP_Human_CTS _new) voidsetPackage(CTP_Human_CTS _package) voidsetPrivate(CTP_Human_CTS _private) voidsetProtected(CTP_Human_CTS _protected) voidsetPublic(CTP_Human_CTS _public) voidsetReturn(CTP_Human_CTS _return) voidsetShort(CTP_Human_CTS _short) voidsetStatic(CTP_Human_CTS _static) voidsetStrictfp(CTP_Human_CTS _strictfp) voidsetSuper(CTP_Human_CTS _super) voidsetSwitch(CTP_Human_CTS _switch) voidsetSynchronized(CTP_Human_CTS _synchronized) voidsetThis(CTP_Human_CTS _this) voidsetThrow(CTP_Human_CTS _throw) voidsetThrows(CTP_Human_CTS _throws) voidsetTransient(CTP_Human_CTS _transient) voidsetTry(CTP_Human_CTS _try) voidsetVoid(CTP_Human_CTS _void) voidsetVolatile(CTP_Human_CTS _volatile) voidsetWhile(CTP_Human_CTS _while) toString()
-
Constructor Details
-
CTP_ReservedJavaKeywordAsObjectField_CTS
public CTP_ReservedJavaKeywordAsObjectField_CTS()
-
-
Method Details
-
setIf
-
getIf
-
setImplements
-
getImplements
-
setImport
-
getImport
-
setInstanceof
-
getInstanceof
-
setInt
-
getInt
-
setInterface
-
getInterface
-
setLong
-
getLong
-
setNative
-
getNative
-
setNew
-
getNew
-
setPackage
-
getPackage
-
setPrivate
-
getPrivate
-
setProtected
-
getProtected
-
setPublic
-
getPublic
-
setReturn
-
getReturn
-
setShort
-
getShort
-
setStatic
-
getStatic
-
setStrictfp
-
getStrictfp
-
setSuper
-
getSuper
-
setSwitch
-
getSwitch
-
setSynchronized
-
getSynchronized
-
setThis
-
getThis
-
setThrow
-
getThrow
-
setThrows
-
getThrows
-
setTransient
-
getTransient
-
setTry
-
getTry
-
setVoid
-
getVoid
-
setVolatile
-
getVolatile
-
setWhile
-
getWhile
-
set__typename
-
get__typename
-
setAliasValue
This method is called during the json deserialization process, by theGraphQLObjectMapper, each time an alias value is read from the json.- Parameters:
aliasName-aliasDeserializedValue-
-
getAliasValue
Retrieves the value for the given alias, as it has been received for this object in the GraphQL response.
This method should not be used for Custom Scalars, as the parser doesn't know if this alias is a custom scalar, and which custom scalar to use at deserialization time. In most case, a value will then be provided by this method with a basis json deserialization, but this value won't be the proper custom scalar value.- Parameters:
alias-- Returns:
-
toString
-
builder
-