Uses of Interface
com.graphql_java_generator.customscalars.CustomScalarRegistry
Package
Description
This package provide "as is" some
GraphQLScalarType
s.-
Uses of CustomScalarRegistry in com.graphql_java_generator.customscalars
Modifier and TypeMethodDescriptionstatic CustomScalarRegistry
CustomScalarRegistryImpl.getCustomScalarRegistry
(String schema) Retrieves theCustomScalarRegistry
for the given schema.Modifier and TypeMethodDescriptionstatic void
CustomScalarRegistryImpl.setCustomScalarRegistry
(String schema, CustomScalarRegistry customScalarRegistry) Sets theCustomScalarRegistry
for the given schema.