Uses of Interface
com.graphql_java_generator.client.CustomScalarRegistry
Packages that use CustomScalarRegistry
-
Uses of CustomScalarRegistry in com.graphql_java_generator.client
Classes in com.graphql_java_generator.client that implement CustomScalarRegistryMethods in com.graphql_java_generator.client that return CustomScalarRegistryModifier and TypeMethodDescriptionstatic CustomScalarRegistryCustomScalarRegistryImpl.getCustomScalarRegistry(String schema) Retrieves theCustomScalarRegistryfor the given schema.Methods in com.graphql_java_generator.client with parameters of type CustomScalarRegistryModifier and TypeMethodDescriptionstatic voidCustomScalarRegistryImpl.setCustomScalarRegistry(String schema, CustomScalarRegistry customScalarRegistry) Sets theCustomScalarRegistryfor the given schema.