public class GraphQLFieldRetriever
extends java.lang.Object
| Constructor and Description |
|---|
GraphQLFieldRetriever() |
GraphQLFieldRetriever(GraphQLObjectInfoRetriever graphQLObjectInfoRetriever,
BreadthFirstSearch breadthFirstSearch,
ParentalSearch parentalSearch,
GraphQLInputObjectRetriever graphQLInputObjectRetriever,
DataFetcherConstructor dataFetcherConstructor) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<graphql.schema.GraphQLFieldDefinition> |
getExtensionFields(java.lang.Class<?> object,
java.util.List<java.lang.String> fieldsDefined,
ProcessingElementsContainer container) |
graphql.schema.GraphQLFieldDefinition |
getField(java.lang.reflect.Field field,
ProcessingElementsContainer container) |
graphql.schema.GraphQLFieldDefinition |
getField(java.lang.reflect.Method method,
ProcessingElementsContainer container) |
public GraphQLFieldRetriever(GraphQLObjectInfoRetriever graphQLObjectInfoRetriever, BreadthFirstSearch breadthFirstSearch, ParentalSearch parentalSearch, GraphQLInputObjectRetriever graphQLInputObjectRetriever, DataFetcherConstructor dataFetcherConstructor)
public GraphQLFieldRetriever()
public java.util.List<graphql.schema.GraphQLFieldDefinition> getExtensionFields(java.lang.Class<?> object,
java.util.List<java.lang.String> fieldsDefined,
ProcessingElementsContainer container)
throws CannotCastMemberException
CannotCastMemberExceptionpublic graphql.schema.GraphQLFieldDefinition getField(java.lang.reflect.Method method,
ProcessingElementsContainer container)
throws GraphQLAnnotationsException
GraphQLAnnotationsExceptionpublic graphql.schema.GraphQLFieldDefinition getField(java.lang.reflect.Field field,
ProcessingElementsContainer container)
throws GraphQLAnnotationsException
GraphQLAnnotationsException