Package org.allGraphQLCases.server
Class SINP_RecursiveTypeWithJsonField_SINS
java.lang.Object
org.allGraphQLCases.server.SINP_RecursiveTypeWithJsonField_SINS
- All Implemented Interfaces:
AllInputTypes1
,AllInputTypes2
public class SINP_RecursiveTypeWithJsonField_SINS
extends Object
implements AllInputTypes2, AllInputTypes1
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
Modifier and TypeClassDescriptionstatic class
The Builder that helps building instance of this POJO. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
getId()
com.fasterxml.jackson.databind.node.ObjectNode
getJson()
void
void
setJson
(com.fasterxml.jackson.databind.node.ObjectNode json) void
setRecursion
(SINP_RecursiveTypeWithJsonField_SINS recursion) toString()
-
Constructor Details
-
SINP_RecursiveTypeWithJsonField_SINS
public SINP_RecursiveTypeWithJsonField_SINS()
-
-
Method Details