public class GraphQLInterfaceRetriever
extends java.lang.Object
| Constructor and Description |
|---|
GraphQLInterfaceRetriever() |
GraphQLInterfaceRetriever(GraphQLOutputObjectRetriever graphQLOutputObjectRetriever) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLOutputType |
getInterface(java.lang.Class<?> iface,
ProcessingElementsContainer container)
This will examine the class and return a
GraphQLOutputType ready for further definition |
public GraphQLInterfaceRetriever(GraphQLOutputObjectRetriever graphQLOutputObjectRetriever)
public GraphQLInterfaceRetriever()
public graphql.schema.GraphQLOutputType getInterface(java.lang.Class<?> iface,
ProcessingElementsContainer container)
throws GraphQLAnnotationsException
GraphQLOutputType ready for further definitioniface - interface to examinecontainer - a class that hold several members that are required in order to build schemaGraphQLOutputTypeGraphQLAnnotationsException - if the class cannot be examined