Uses of Interface
io.leangen.graphql.metadata.strategy.type.TypeInfoGenerator
-
-
Uses of TypeInfoGenerator in io.leangen.graphql
Methods in io.leangen.graphql with parameters of type TypeInfoGenerator Modifier and Type Method Description GraphQLSchemaGeneratorGraphQLSchemaGenerator. withTypeInfoGenerator(TypeInfoGenerator typeInfoGenerator) -
Uses of TypeInfoGenerator in io.leangen.graphql.execution
Fields in io.leangen.graphql.execution declared as TypeInfoGenerator Modifier and Type Field Description TypeInfoGeneratorGlobalEnvironment. typeInfoGeneratorConstructors in io.leangen.graphql.execution with parameters of type TypeInfoGenerator Constructor Description GlobalEnvironment(MessageBundle messageBundle, graphql.relay.Relay relay, TypeRegistry typeRegistry, ConverterRegistry converters, ArgumentInjectorRegistry injectors, TypeTransformer typeTransformer, InclusionStrategy inclusionStrategy, TypeInfoGenerator typeInfoGenerator) -
Uses of TypeInfoGenerator in io.leangen.graphql.generator
Fields in io.leangen.graphql.generator declared as TypeInfoGenerator Modifier and Type Field Description TypeInfoGeneratorBuildContext. typeInfoGenerator -
Uses of TypeInfoGenerator in io.leangen.graphql.metadata.strategy.type
Classes in io.leangen.graphql.metadata.strategy.type that implement TypeInfoGenerator Modifier and Type Class Description classDefaultTypeInfoGenerator -
Uses of TypeInfoGenerator in io.leangen.graphql.metadata.strategy.value.gson
Methods in io.leangen.graphql.metadata.strategy.value.gson that return TypeInfoGenerator Modifier and Type Method Description TypeInfoGeneratorGsonValueMapperFactory.ConfigurerParams. getInfoGenerator()Methods in io.leangen.graphql.metadata.strategy.value.gson with parameters of type TypeInfoGenerator Modifier and Type Method Description GsonValueMapperFactory.BuilderGsonValueMapperFactory.Builder. withTypeInfoGenerator(TypeInfoGenerator typeInfoGenerator) -
Uses of TypeInfoGenerator in io.leangen.graphql.metadata.strategy.value.jackson
Methods in io.leangen.graphql.metadata.strategy.value.jackson that return TypeInfoGenerator Modifier and Type Method Description TypeInfoGeneratorJacksonValueMapperFactory.ConfigurerParams. getMetaDataGen()Methods in io.leangen.graphql.metadata.strategy.value.jackson with parameters of type TypeInfoGenerator Modifier and Type Method Description JacksonValueMapperFactory.BuilderJacksonValueMapperFactory.Builder. withTypeInfoGenerator(TypeInfoGenerator typeInfoGenerator) -
Uses of TypeInfoGenerator in io.leangen.graphql.module
Methods in io.leangen.graphql.module that return types with arguments of type TypeInfoGenerator Modifier and Type Method Description default Optional<TypeInfoGenerator>SimpleModule. getTypeInfoGenerator() -
Uses of TypeInfoGenerator in io.leangen.graphql.util
Methods in io.leangen.graphql.util with parameters of type TypeInfoGenerator Modifier and Type Method Description static ValueMapperFactory<?>Defaults. valueMapperFactory(TypeInfoGenerator typeInfoGenerator)
-