Class GraphQLInputProcessor


  • public class GraphQLInputProcessor
    extends java.lang.Object
    • Constructor Detail

      • GraphQLInputProcessor

        public GraphQLInputProcessor()
    • Method Detail

      • getInputTypeOrRef

        public graphql.schema.GraphQLInputType getInputTypeOrRef​(java.lang.Class<?> object,
                                                                 ProcessingElementsContainer container)
        This will examine the object class and return a GraphQLInputType representation
        Parameters:
        object - the object class to examine
        container - a class that hold several members that are required in order to build schema
        Returns:
        a GraphQLInputType that represents that object class
      • setGraphQLTypeRetriever

        public void setGraphQLTypeRetriever​(GraphQLTypeRetriever graphQLTypeRetriever)
      • unsetGraphQLTypeRetriever

        public void unsetGraphQLTypeRetriever​(GraphQLTypeRetriever graphQLTypeRetriever)