public class GraphQLFieldRetriever
extends java.lang.Object
| Constructor and Description |
|---|
GraphQLFieldRetriever() |
GraphQLFieldRetriever(DataFetcherConstructor dataFetcherConstructor) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLFieldDefinition |
getField(java.lang.reflect.Field field,
ProcessingElementsContainer container) |
graphql.schema.GraphQLFieldDefinition |
getField(java.lang.reflect.Method method,
ProcessingElementsContainer container) |
graphql.schema.GraphQLInputObjectField |
getInputField(java.lang.reflect.Field field,
ProcessingElementsContainer container) |
graphql.schema.GraphQLInputObjectField |
getInputField(java.lang.reflect.Method method,
ProcessingElementsContainer container) |
void |
setAlwaysPrettify(boolean alwaysPrettify) |
void |
setDataFetcherConstructor(DataFetcherConstructor dataFetcherConstructor) |
void |
unsetDataFetcherConstructor(DataFetcherConstructor dataFetcherConstructor) |
public GraphQLFieldRetriever(DataFetcherConstructor dataFetcherConstructor)
public GraphQLFieldRetriever()
public 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
GraphQLAnnotationsExceptionpublic graphql.schema.GraphQLInputObjectField getInputField(java.lang.reflect.Method method,
ProcessingElementsContainer container)
throws GraphQLAnnotationsException
GraphQLAnnotationsExceptionpublic graphql.schema.GraphQLInputObjectField getInputField(java.lang.reflect.Field field,
ProcessingElementsContainer container)
throws GraphQLAnnotationsException
GraphQLAnnotationsExceptionpublic void setAlwaysPrettify(boolean alwaysPrettify)
public void setDataFetcherConstructor(DataFetcherConstructor dataFetcherConstructor)
public void unsetDataFetcherConstructor(DataFetcherConstructor dataFetcherConstructor)