public class GraphQLInputProcessor
extends java.lang.Object
| Constructor and Description |
|---|
GraphQLInputProcessor() |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLInputType |
getInputTypeOrRef(java.lang.Class<?> object,
ProcessingElementsContainer container)
This will examine the object class and return a
GraphQLInputType representation |
void |
setGraphQLTypeRetriever(GraphQLTypeRetriever graphQLTypeRetriever) |
void |
unsetGraphQLTypeRetriever(GraphQLTypeRetriever graphQLTypeRetriever) |
public graphql.schema.GraphQLInputType getInputTypeOrRef(java.lang.Class<?> object,
ProcessingElementsContainer container)
GraphQLInputType representationobject - the object class to examinecontainer - a class that hold several members that are required in order to build schemaGraphQLInputType that represents that object classpublic void setGraphQLTypeRetriever(GraphQLTypeRetriever graphQLTypeRetriever)
public void unsetGraphQLTypeRetriever(GraphQLTypeRetriever graphQLTypeRetriever)