Uses of Interface
com.graphql_java_generator.customscalars.CustomScalarRegistry
Packages that use CustomScalarRegistry
Package
Description
This package provide "as is" some
GraphQLScalarType
s.-
Uses of CustomScalarRegistry in com.graphql_java_generator.customscalars
Classes in com.graphql_java_generator.customscalars that implement CustomScalarRegistryMethods in com.graphql_java_generator.customscalars that return CustomScalarRegistryModifier and TypeMethodDescriptionstatic CustomScalarRegistry
CustomScalarRegistryImpl.getCustomScalarRegistry
(String schema) Retrieves theCustomScalarRegistry
for the given schema.Methods in com.graphql_java_generator.customscalars with parameters of type CustomScalarRegistryModifier and TypeMethodDescriptionstatic void
CustomScalarRegistryImpl.setCustomScalarRegistry
(String schema, CustomScalarRegistry customScalarRegistry) Sets theCustomScalarRegistry
for the given schema.