public class InputObjectBuilder
extends java.lang.Object
| Constructor and Description |
|---|
InputObjectBuilder(GraphQLObjectInfoRetriever graphQLObjectInfoRetriever,
SearchAlgorithm fieldSearchAlgorithm,
SearchAlgorithm methodSearchAlgorithm,
GraphQLFieldRetriever graphQLFieldRetriever) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLInputObjectType.Builder |
getInputObjectBuilder(java.lang.Class<?> object,
ProcessingElementsContainer container)
This will examine the object class and return a
GraphQLInputObjectType.Builder ready for further definition |
public InputObjectBuilder(GraphQLObjectInfoRetriever graphQLObjectInfoRetriever, SearchAlgorithm fieldSearchAlgorithm, SearchAlgorithm methodSearchAlgorithm, GraphQLFieldRetriever graphQLFieldRetriever)
public graphql.schema.GraphQLInputObjectType.Builder getInputObjectBuilder(java.lang.Class<?> object,
ProcessingElementsContainer container)
throws GraphQLAnnotationsException
GraphQLInputObjectType.Builder ready for further definitionobject - the object class to examinecontainer - a class that hold several members that are required in order to build schemaGraphQLInputObjectType.Builder that represents that object classGraphQLAnnotationsException - if the object class cannot be examined