Package | Description |
---|---|
graphql.schema.idl |
Modifier and Type | Method and Description |
---|---|
<T extends GraphQLType> |
DefaultSchemaPrinterComparatorRegistry.Builder.addComparator(SchemaPrinterComparatorEnvironment environment,
Class<T> comparatorClass,
Comparator<? super T> comparator)
Registers a
Comparator with an environment to control its permitted scope of operation. |
<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.
|
static DefaultSchemaPrinterComparatorRegistry.Builder |
DefaultSchemaPrinterComparatorRegistry.newComparators() |
Copyright © 2019. All rights reserved.