public interface SchemaPrinterComparatorRegistry
Modifier and Type | Method and Description |
---|---|
<T extends GraphQLType> |
getComparator(SchemaPrinterComparatorEnvironment environment) |
<T extends GraphQLType> Comparator<? super T> getComparator(SchemaPrinterComparatorEnvironment environment)
T
- the type of the comparatorenvironment
- Defines the scope to control where the Comparator
can be applied.Comparator
or null
if not found.Copyright © 2019. All rights reserved.