public static class SchemaPrinterComparatorEnvironment.Builder extends Object
Constructor and Description |
---|
Builder() |
Builder(SchemaPrinterComparatorEnvironment existing) |
Modifier and Type | Method and Description |
---|---|
SchemaPrinterComparatorEnvironment |
build() |
<T extends GraphQLType> |
elementType(Class<T> elementType) |
<T extends GraphQLType> |
parentType(Class<T> parentType) |
public Builder()
public Builder(SchemaPrinterComparatorEnvironment existing)
public <T extends GraphQLType> SchemaPrinterComparatorEnvironment.Builder parentType(Class<T> parentType)
public <T extends GraphQLType> SchemaPrinterComparatorEnvironment.Builder elementType(Class<T> elementType)
public SchemaPrinterComparatorEnvironment build()
Copyright © 2019. All rights reserved.