Class STP_TFoo1_STS
java.lang.Object
org.junittest.allgraphqlcases_server_springconfiguration.STP_TFoo1_STS
- All Implemented Interfaces:
AllInterfaces1,AllInterfaces2,AllTypes1,AllTypes2,SIP_IFoo1_SIS
TFoo1 is the basic test case, for issue #114
- 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 TypeMethodDescriptionstatic STP_TFoo1_STS.Builderbuilder()getBar()The 'bar' field is a valid GraphQL field.getId()voidsetBar(SIP_IBar1_SIS bar) The 'bar' field is a valid GraphQL field.voidsetBar(STP_TBar1_STS bar) The 'bar' field is a valid GraphQL field.voidtoString()
-
Constructor Details
-
STP_TFoo1_STS
public STP_TFoo1_STS()Object content, generated by the 'object_content.vm.java' default template from graphql-java-generator
-
-
Method Details
-
setId
- Specified by:
setIdin interfaceSIP_IFoo1_SIS
-
getId
- Specified by:
getIdin interfaceSIP_IFoo1_SIS
-
setBar
The 'bar' field is a valid GraphQL field. But before correction of the issue #114, the generated Java code would not compile, as the TBar is a concrete class that implements IBar (and not IBar itself as declared in IFoo)- Specified by:
setBarin interfaceSIP_IFoo1_SIS
-
setBar
The 'bar' field is a valid GraphQL field. But before correction of the issue #114, the generated Java code would not compile, as the TBar is a concrete class that implements IBar (and not IBar itself as declared in IFoo)
As the type declared in the class is not inherited from one of the implemented interfaces, we need a dedicated setter. -
getBar
The 'bar' field is a valid GraphQL field. But before correction of the issue #114, the generated Java code would not compile, as the TBar is a concrete class that implements IBar (and not IBar itself as declared in IFoo)- Specified by:
getBarin interfaceSIP_IFoo1_SIS
-
toString
-
builder
-