Class GraphQLInputProcessor
- java.lang.Object
-
- graphql.annotations.processor.graphQLProcessors.GraphQLInputProcessor
-
public class GraphQLInputProcessor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GraphQLInputProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description graphql.schema.GraphQLInputTypegetInputTypeOrRef(java.lang.Class<?> object, ProcessingElementsContainer container)This will examine the object class and return aGraphQLInputTyperepresentationvoidsetGraphQLTypeRetriever(GraphQLTypeRetriever graphQLTypeRetriever)voidunsetGraphQLTypeRetriever(GraphQLTypeRetriever graphQLTypeRetriever)
-
-
-
Method Detail
-
getInputTypeOrRef
public graphql.schema.GraphQLInputType getInputTypeOrRef(java.lang.Class<?> object, ProcessingElementsContainer container)This will examine the object class and return aGraphQLInputTyperepresentation- Parameters:
object- the object class to examinecontainer- a class that hold several members that are required in order to build schema- Returns:
- a
GraphQLInputTypethat represents that object class
-
setGraphQLTypeRetriever
public void setGraphQLTypeRetriever(GraphQLTypeRetriever graphQLTypeRetriever)
-
unsetGraphQLTypeRetriever
public void unsetGraphQLTypeRetriever(GraphQLTypeRetriever graphQLTypeRetriever)
-
-