public interface SchemaPrinterComparatorRegistry
Modifier and Type | Method and Description |
---|---|
<T extends GraphQLType> |
getComparator(SchemaPrinterComparatorEnvironment environment) |
<T extends GraphQLType> java.util.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.