Uses of Interface
com.graphql_java_generator.client.directive.DirectiveRegistry
-
Uses of DirectiveRegistry in com.generated.graphql.util
Modifier and TypeMethodDescriptionstatic DirectiveRegistry
DirectiveRegistryInitializer.initDirectiveRegistry()
Initialization of theDirectiveRegistry
with all known custom scalars, that is with all custom scalars defined in the project pom -
Uses of DirectiveRegistry in com.graphql_java_generator.client.directive
Modifier and TypeFieldDescriptionstatic DirectiveRegistry
DirectiveRegistryImpl.directiveRegistry
As we may have or not have Spring at runtime, we manually manage a singleton.