Class RecursiveTypeWithJsonField
java.lang.Object
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.RecursiveTypeWithJsonField
- All Implemented Interfaces:
AllInputTypes1,AllInputTypes2
A recursive input type, to check the plugin's behaviour when searching for JSON fields
- 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 TypeMethodDescriptionbuilder()getId()com.fasterxml.jackson.databind.node.ObjectNodegetJson()voidvoidsetJson(com.fasterxml.jackson.databind.node.ObjectNode json) voidsetRecursion(RecursiveTypeWithJsonField recursion) toString()
-
Constructor Details
-
RecursiveTypeWithJsonField
public RecursiveTypeWithJsonField()Generated by the 'OBJECT' default template from graphql-java-generator (templates/object_type.vm.java)
-
-
Method Details