Uses of Interface
graphql.schema.idl.EnumValuesProvider
-
Packages that use EnumValuesProvider Package Description graphql.schema.idl -
-
Uses of EnumValuesProvider in graphql.schema.idl
Classes in graphql.schema.idl that implement EnumValuesProvider Modifier and Type Class Description classMapEnumValuesProviderclassNaturalEnumValuesProvider<T extends java.lang.Enum<T>>Simple EnumValuesProvided which maps the GraphQL Enum name to the Java Enum instance.Fields in graphql.schema.idl declared as EnumValuesProvider Modifier and Type Field Description private EnumValuesProviderTypeRuntimeWiring.Builder. enumValuesProviderprivate EnumValuesProviderTypeRuntimeWiring. enumValuesProviderFields in graphql.schema.idl with type parameters of type EnumValuesProvider Modifier and Type Field Description private java.util.Map<java.lang.String,EnumValuesProvider>RuntimeWiring.Builder. enumValuesProvidersprivate java.util.Map<java.lang.String,EnumValuesProvider>RuntimeWiring. enumValuesProvidersMethods in graphql.schema.idl that return EnumValuesProvider Modifier and Type Method Description EnumValuesProviderTypeRuntimeWiring. getEnumValuesProvider()Methods in graphql.schema.idl that return types with arguments of type EnumValuesProvider Modifier and Type Method Description java.util.Map<java.lang.String,EnumValuesProvider>RuntimeWiring. getEnumValuesProviders()Methods in graphql.schema.idl with parameters of type EnumValuesProvider Modifier and Type Method Description private GraphQLEnumValueDefinitionSchemaGeneratorHelper. buildEnumValue(SchemaGeneratorHelper.BuildContext buildCtx, EnumTypeDefinition typeDefinition, EnumValuesProvider enumValuesProvider, EnumValueDefinition evd)TypeRuntimeWiring.BuilderTypeRuntimeWiring.Builder. enumValues(EnumValuesProvider enumValuesProvider)Constructors in graphql.schema.idl with parameters of type EnumValuesProvider Constructor Description TypeRuntimeWiring(java.lang.String typeName, DataFetcher defaultDataFetcher, java.util.Map<java.lang.String,DataFetcher> fieldDataFetchers, TypeResolver typeResolver, EnumValuesProvider enumValuesProvider)
-