Package | Description |
---|---|
graphql.schema.idl |
Modifier and Type | Method and Description |
---|---|
<T extends GraphQLType> |
SchemaPrinterComparatorEnvironment.Builder.elementType(Class<T> elementType) |
static SchemaPrinterComparatorEnvironment.Builder |
SchemaPrinterComparatorEnvironment.newEnvironment() |
static SchemaPrinterComparatorEnvironment.Builder |
SchemaPrinterComparatorEnvironment.newEnvironment(SchemaPrinterComparatorEnvironment existing) |
<T extends GraphQLType> |
SchemaPrinterComparatorEnvironment.Builder.parentType(Class<T> parentType) |
Modifier and Type | Method and Description |
---|---|
<T extends GraphQLType> |
DefaultSchemaPrinterComparatorRegistry.Builder.addComparator(UnaryOperator<SchemaPrinterComparatorEnvironment.Builder> builderFunction,
Class<T> comparatorClass,
Comparator<? super T> comparator)
Convenience method which supplies an environment builder function.
|
SchemaPrinterComparatorEnvironment |
SchemaPrinterComparatorEnvironment.transform(Consumer<SchemaPrinterComparatorEnvironment.Builder> builderConsumer)
This helps you transform the current
SchemaPrinterComparatorEnvironment into another one by starting a builder with all
the current values and allows you to transform it how you want. |
Copyright © 2019. All rights reserved.