Class TFoo12
java.lang.Object
org.junittest.customtemplates_server_springconfiguration.TFoo12
TFoo12 is a more complex one, with more than one interface implemented
- Author:
- generated by graphql-java-generator
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The Builder that helps building instance of this POJO. -
Constructor Summary
ConstructorsConstructorDescriptionTFoo12()
Object content, generated by the 'object_content.vm.java' default template from graphql-java-generator -
Method Summary
Modifier and TypeMethodDescriptionstatic TFoo12.Builder
builder()
getBar()
The 'bar' field is a valid GraphQL field.getId()
void
The 'bar' field is a valid GraphQL field.void
The 'bar' field is a valid GraphQL field.void
The 'bar' field is a valid GraphQL field.void
toString()
-
Constructor Details
-
TFoo12
public TFoo12()Object content, generated by the 'object_content.vm.java' default template from graphql-java-generator
-
-
Method Details
-
setId
-
getId
-
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) -
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) -
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) -
toString
-
builder
-