Uses of Enum Class
io.smallrye.graphql.schema.helper.TypeAutoNameStrategy
Packages that use TypeAutoNameStrategy
Package
Description
-
Uses of TypeAutoNameStrategy in io.smallrye.graphql.schema
Methods in io.smallrye.graphql.schema with parameters of type TypeAutoNameStrategyModifier and TypeMethodDescriptionstatic SchemaSchemaBuilder.build(org.jboss.jandex.IndexView index, TypeAutoNameStrategy autoNameStrategy) This builds the Schema from Jandex -
Uses of TypeAutoNameStrategy in io.smallrye.graphql.schema.creator
Methods in io.smallrye.graphql.schema.creator that return TypeAutoNameStrategyModifier and TypeMethodDescriptionModelCreator.getTypeAutoNameStrategy()ReferenceCreator.getTypeAutoNameStrategy()Get the Type auto name strategyConstructors in io.smallrye.graphql.schema.creator with parameters of type TypeAutoNameStrategy -
Uses of TypeAutoNameStrategy in io.smallrye.graphql.schema.creator.type
Constructors in io.smallrye.graphql.schema.creator.type with parameters of type TypeAutoNameStrategy -
Uses of TypeAutoNameStrategy in io.smallrye.graphql.schema.helper
Methods in io.smallrye.graphql.schema.helper that return TypeAutoNameStrategyModifier and TypeMethodDescriptionstatic TypeAutoNameStrategyReturns the enum constant of this class with the specified name.static TypeAutoNameStrategy[]TypeAutoNameStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.smallrye.graphql.schema.helper with parameters of type TypeAutoNameStrategyModifier and TypeMethodDescriptionstatic StringTypeNameHelper.getAnyTypeName(org.jboss.jandex.ClassInfo classInfo, Annotations annotationsForThisClass, TypeAutoNameStrategy autoNameStrategy) static StringTypeNameHelper.getAnyTypeName(org.jboss.jandex.ClassInfo classInfo, Annotations annotationsForThisClass, TypeAutoNameStrategy autoNameStrategy, ReferenceType referenceType) static StringTypeNameHelper.getAnyTypeName(org.jboss.jandex.ClassInfo classInfo, Annotations annotationsForThisClass, TypeAutoNameStrategy autoNameStrategy, ReferenceType referenceType, Map<String, Reference> classParametrizedTypes)