java.lang.Object
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map.ReservedJavaKeywordAllFieldCases
All Implemented Interfaces:
AllTypes1, AllTypes2

@Entity public class ReservedJavaKeywordAllFieldCases 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:
  • Constructor Details

    • ReservedJavaKeywordAllFieldCases

      public ReservedJavaKeywordAllFieldCases()
      Object content, generated by the 'object_content.vm.java' default template from graphql-java-generator
  • Method Details

    • setIf

      public void setIf(Unit _if)
      A field with a java reserved name which is an enum
    • getIf

      public Unit getIf()
      A field with a java reserved name which is an enum
    • setNonJavaKeywordField

      public void setNonJavaKeywordField(WithID nonJavaKeywordField)
      A field with a _non_ java reserved name which is an interface (to check standard behavior)
    • getNonJavaKeywordField

      public WithID getNonJavaKeywordField()
      A field with a _non_ java reserved name which is an interface (to check standard behavior)
    • setImplements

      public void setImplements(WithID _implements)
      A field with a java reserved name which is an interface
    • getImplements

      public WithID getImplements()
      A field with a java reserved name which is an interface
    • setImport

      public void setImport(String _import)
      A field with a java reserved name which is a scalar (standard)
    • getImport

      public String getImport()
      A field with a java reserved name which is a scalar (standard)
    • setInstanceof

      public void setInstanceof(Date _instanceof)
      A field with a java reserved name which is a scalar (custom)
    • getInstanceof

      public Date getInstanceof()
      A field with a java reserved name which is a scalar (custom)
    • setInt

      public void setInt(Human _int)
      A field with a java reserved name which is an object type
    • getInt

      public Human getInt()
      A field with a java reserved name which is an object type
    • setInterface

      public void setInterface(AnyCharacter _interface)
      A field with a java reserved name which is a union
    • getInterface

      public AnyCharacter getInterface()
      A field with a java reserved name which is a union
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder