Class STP_ReservedJavaKeywordAllFieldCases_STS
java.lang.Object
org.junittest.allgraphqlcases_server_springconfiguration.STP_ReservedJavaKeywordAllFieldCases_STS
@Entity
public class STP_ReservedJavaKeywordAllFieldCases_STS
extends Object
implements AllTypes2, AllTypes1
#############################
test for issue #166:
This class contains fields that are Java reserved words. A query allows to check that mapping properly occurs on both client and server side.
- 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
ConstructorsConstructorDescriptionObject content, generated by the 'object_content.vm.java' default template from graphql-java-generator -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getIf()A field with a java reserved name which is an enumA field with a java reserved name which is an interfaceA field with a java reserved name which is a scalar (standard)A field with a java reserved name which is a scalar (custom)getInt()A field with a java reserved name which is an object typeA field with a java reserved name which is a unionA field with a _non_ java reserved name which is an interface (to check standard behavior)voidsetIf(SEP_Unit_SES _if) A field with a java reserved name which is an enumvoidsetImplements(SIP_WithID_SIS _implements) A field with a java reserved name which is an interfacevoidA field with a java reserved name which is a scalar (standard)voidsetInstanceof(Date _instanceof) A field with a java reserved name which is a scalar (custom)voidsetInt(STP_Human_STS _int) A field with a java reserved name which is an object typevoidsetInterface(SUP_AnyCharacter_SUS _interface) A field with a java reserved name which is a unionvoidsetNonJavaKeywordField(SIP_WithID_SIS nonJavaKeywordField) A field with a _non_ java reserved name which is an interface (to check standard behavior)toString()
-
Constructor Details
-
STP_ReservedJavaKeywordAllFieldCases_STS
public STP_ReservedJavaKeywordAllFieldCases_STS()Object content, generated by the 'object_content.vm.java' default template from graphql-java-generator
-
-
Method Details
-
setIf
A field with a java reserved name which is an enum -
getIf
A field with a java reserved name which is an enum -
setNonJavaKeywordField
A field with a _non_ java reserved name which is an interface (to check standard behavior) -
getNonJavaKeywordField
A field with a _non_ java reserved name which is an interface (to check standard behavior) -
setImplements
A field with a java reserved name which is an interface -
getImplements
A field with a java reserved name which is an interface -
setImport
A field with a java reserved name which is a scalar (standard) -
getImport
A field with a java reserved name which is a scalar (standard) -
setInstanceof
A field with a java reserved name which is a scalar (custom) -
getInstanceof
A field with a java reserved name which is a scalar (custom) -
setInt
A field with a java reserved name which is an object type -
getInt
A field with a java reserved name which is an object type -
setInterface
A field with a java reserved name which is a union -
getInterface
A field with a java reserved name which is a union -
toString
-
builder
-