Class TypeNameHelper
java.lang.Object
io.smallrye.graphql.schema.helper.TypeNameHelper
Helping with Name of types in the schema
- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringcreateParametrizedTypeNameExtension(Map<String, Reference> classParametrizedTypes) static StringgetAnyTypeName(org.jboss.jandex.ClassInfo classInfo, Annotations annotationsForThisClass, TypeAutoNameStrategy autoNameStrategy) static StringgetAnyTypeName(org.jboss.jandex.ClassInfo classInfo, Annotations annotationsForThisClass, TypeAutoNameStrategy autoNameStrategy, ReferenceType referenceType) static StringgetAnyTypeName(org.jboss.jandex.ClassInfo classInfo, Annotations annotationsForThisClass, TypeAutoNameStrategy autoNameStrategy, ReferenceType referenceType, Map<String, Reference> classParametrizedTypes) static StringgetMethodName(org.jboss.jandex.MethodInfo methodInfo, Annotations annotations)
-
Method Details
-
getAnyTypeName
public static String getAnyTypeName(org.jboss.jandex.ClassInfo classInfo, Annotations annotationsForThisClass, TypeAutoNameStrategy autoNameStrategy) -
getAnyTypeName
public static String getAnyTypeName(org.jboss.jandex.ClassInfo classInfo, Annotations annotationsForThisClass, TypeAutoNameStrategy autoNameStrategy, ReferenceType referenceType) -
getAnyTypeName
public static String getAnyTypeName(org.jboss.jandex.ClassInfo classInfo, Annotations annotationsForThisClass, TypeAutoNameStrategy autoNameStrategy, ReferenceType referenceType, Map<String, Reference> classParametrizedTypes) -
createParametrizedTypeNameExtension
-
getMethodName
-