public class GraphQLOutputProcessor
extends java.lang.Object
| Constructor and Description |
|---|
GraphQLOutputProcessor() |
GraphQLOutputProcessor(GraphQLObjectInfoRetriever graphQLObjectInfoRetriever,
GraphQLOutputObjectRetriever outputObjectRetriever) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLOutputType |
getOutputTypeOrRef(java.lang.Class<?> object,
ProcessingElementsContainer container)
This will examine the object class and return a
GraphQLOutputType representation
which may be a GraphQLOutputType or a GraphQLTypeReference |
public GraphQLOutputProcessor(GraphQLObjectInfoRetriever graphQLObjectInfoRetriever, GraphQLOutputObjectRetriever outputObjectRetriever)
public GraphQLOutputProcessor()
public graphql.schema.GraphQLOutputType getOutputTypeOrRef(java.lang.Class<?> object,
ProcessingElementsContainer container)
throws GraphQLAnnotationsException
GraphQLOutputType representation
which may be a GraphQLOutputType or a GraphQLTypeReferenceobject - the object class to examinecontainer - a class that hold several members that are required in order to build schemaGraphQLOutputType that represents that object classGraphQLAnnotationsException - if the object class cannot be examined