Class TypeWithJson
java.lang.Object
org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.TypeWithJson
- 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
ConstructorsConstructorDescriptionGenerated by the 'OBJECT' default template from graphql-java-generator (templates/object_type.vm.java) -
Method Summary
Modifier and TypeMethodDescriptionstatic TypeWithJson.Builderbuilder()getDate()getEnum()com.fasterxml.jackson.databind.node.ObjectNodegetJson()List<com.fasterxml.jackson.databind.node.ObjectNode>getJsons()getLong()getTest()voidsetBoolean(Boolean _boolean) voidvoidvoidsetJson(com.fasterxml.jackson.databind.node.ObjectNode json) voidvoidvoidvoidsetWithArguments(String withArguments) toString()
-
Constructor Details
-
TypeWithJson
public TypeWithJson()Generated by the 'OBJECT' default template from graphql-java-generator (templates/object_type.vm.java)
-
-
Method Details
-
setTest
-
getTest
-
setWithArguments
-
getWithArguments
-
setDate
-
getDate
-
setLong
-
getLong
-
setBoolean
-
getBoolean
-
setEnum
-
getEnum
-
setJson
public void setJson(com.fasterxml.jackson.databind.node.ObjectNode json) -
getJson
public com.fasterxml.jackson.databind.node.ObjectNode getJson() -
setJsons
-
getJsons
-
toString
-
builder
-