public class UnionBuilder
extends java.lang.Object
| Constructor and Description |
|---|
UnionBuilder(GraphQLObjectInfoRetriever graphQLObjectInfoRetriever) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLUnionType.Builder |
getUnionBuilder(java.lang.Class<?> iface,
ProcessingElementsContainer container)
This will examine the class and return a
GraphQLUnionType.Builder ready for further definition |
public UnionBuilder(GraphQLObjectInfoRetriever graphQLObjectInfoRetriever)
public graphql.schema.GraphQLUnionType.Builder getUnionBuilder(java.lang.Class<?> iface,
ProcessingElementsContainer container)
throws GraphQLAnnotationsException,
java.lang.IllegalArgumentException
GraphQLUnionType.Builder ready for further definitioncontainer - a class that hold several members that are required in order to build schemaiface - interface to examineGraphQLUnionType.BuilderGraphQLAnnotationsException - if the class cannot be examinedjava.lang.IllegalArgumentException