Package graphql.schema
Class GraphqlTypeComparatorEnvironment.Builder
- java.lang.Object
-
- graphql.schema.GraphqlTypeComparatorEnvironment.Builder
-
- Enclosing class:
- GraphqlTypeComparatorEnvironment
public static class GraphqlTypeComparatorEnvironment.Builder extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Class<? extends GraphQLSchemaElement>
elementType
private java.lang.Class<? extends GraphQLSchemaElement>
parentType
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GraphqlTypeComparatorEnvironment existing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphqlTypeComparatorEnvironment
build()
<T extends GraphQLSchemaElement>
GraphqlTypeComparatorEnvironment.BuilderelementType(java.lang.Class<T> elementType)
<T extends GraphQLSchemaElement>
GraphqlTypeComparatorEnvironment.BuilderparentType(java.lang.Class<T> parentType)
-
-
-
Field Detail
-
parentType
private java.lang.Class<? extends GraphQLSchemaElement> parentType
-
elementType
private java.lang.Class<? extends GraphQLSchemaElement> elementType
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GraphqlTypeComparatorEnvironment existing)
-
-
Method Detail
-
parentType
public <T extends GraphQLSchemaElement> GraphqlTypeComparatorEnvironment.Builder parentType(java.lang.Class<T> parentType)
-
elementType
public <T extends GraphQLSchemaElement> GraphqlTypeComparatorEnvironment.Builder elementType(java.lang.Class<T> elementType)
-
build
public GraphqlTypeComparatorEnvironment build()
-
-