Uses of Class
io.smallrye.graphql.schema.helper.TypeAutoNameStrategy
-
Packages that use TypeAutoNameStrategy Package Description io.smallrye.graphql.schema io.smallrye.graphql.schema.creator io.smallrye.graphql.schema.creator.type io.smallrye.graphql.schema.helper -
-
Uses of TypeAutoNameStrategy in io.smallrye.graphql.schema
Methods in io.smallrye.graphql.schema with parameters of type TypeAutoNameStrategy Modifier and Type Method Description static 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 TypeAutoNameStrategy Modifier and Type Method Description TypeAutoNameStrategyModelCreator. getTypeAutoNameStrategy()TypeAutoNameStrategyReferenceCreator. getTypeAutoNameStrategy()Get the Type auto name strategyConstructors in io.smallrye.graphql.schema.creator with parameters of type TypeAutoNameStrategy Constructor Description ReferenceCreator(TypeAutoNameStrategy autoNameStrategy) -
Uses of TypeAutoNameStrategy in io.smallrye.graphql.schema.creator.type
Constructors in io.smallrye.graphql.schema.creator.type with parameters of type TypeAutoNameStrategy Constructor Description EnumCreator(TypeAutoNameStrategy autoNameStrategy) -
Uses of TypeAutoNameStrategy in io.smallrye.graphql.schema.helper
Methods in io.smallrye.graphql.schema.helper that return TypeAutoNameStrategy Modifier and Type Method Description static TypeAutoNameStrategyTypeAutoNameStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeAutoNameStrategy[]TypeAutoNameStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.smallrye.graphql.schema.helper with parameters of type TypeAutoNameStrategy Modifier and Type Method Description static 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)
-