Uses of Class
graphql.schema.GraphqlTypeComparatorEnvironment
Packages that use GraphqlTypeComparatorEnvironment
-
Uses of GraphqlTypeComparatorEnvironment in graphql.schema
Fields in graphql.schema with type parameters of type GraphqlTypeComparatorEnvironmentModifier and TypeFieldDescriptionprivate final Map<GraphqlTypeComparatorEnvironment, Comparator<?>> DefaultGraphqlTypeComparatorRegistry.Builder.registryprivate Map<GraphqlTypeComparatorEnvironment, Comparator<?>> DefaultGraphqlTypeComparatorRegistry.registryMethods in graphql.schema that return GraphqlTypeComparatorEnvironmentModifier and TypeMethodDescriptionGraphqlTypeComparatorEnvironment.Builder.build()GraphqlTypeComparatorEnvironment.transform(Consumer<GraphqlTypeComparatorEnvironment.Builder> builderConsumer) This helps you transform the currentGraphqlTypeComparatorEnvironmentinto another one by starting a builder with all the current values and allows you to transform it how you want.Methods in graphql.schema with parameters of type GraphqlTypeComparatorEnvironmentModifier and TypeMethodDescriptionDefaultGraphqlTypeComparatorRegistry.Builder.addComparator(GraphqlTypeComparatorEnvironment environment, Class<T> comparatorClass, Comparator<? super T> comparator) Registers aComparatorwith an environment to control its permitted scope of operation.<T extends GraphQLSchemaElement>
Comparator<? super T> DefaultGraphqlTypeComparatorRegistry.getComparator(GraphqlTypeComparatorEnvironment environment) Search for the most to least specific registeredComparatorotherwise a default is returned.<T extends GraphQLSchemaElement>
Comparator<? super T> GraphqlTypeComparatorRegistry.getComparator(GraphqlTypeComparatorEnvironment environment) GraphqlTypeComparatorEnvironment.newEnvironment(GraphqlTypeComparatorEnvironment existing) Constructors in graphql.schema with parameters of type GraphqlTypeComparatorEnvironmentConstructor parameters in graphql.schema with type arguments of type GraphqlTypeComparatorEnvironmentModifierConstructorDescriptionprivate