Uses of Interface
com.graphql_java_generator.customscalars.CustomScalarRegistry
Package | Description |
---|---|
com.graphql_java_generator.customscalars |
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 CustomScalarRegistry Modifier and Type Class Description class
CustomScalarRegistryImpl
Fields in com.graphql_java_generator.customscalars declared as CustomScalarRegistry Modifier and Type Field Description static CustomScalarRegistry
CustomScalarRegistryImpl. customScalarRegistry
As we may have or not have Spring at runtime, we manually manage a singleton.