public class TypeNameHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
createParametrizedTypeNameExtension(List<org.jboss.jandex.Type> parametrizedTypeArguments) |
static String |
createParametrizedTypeNameExtension(Reference reference) |
static String |
getAnyTypeName(ReferenceType referenceType,
org.jboss.jandex.ClassInfo classInfo,
Annotations annotationsForThisClass)
Get the name for any type.
|
static String |
getAnyTypeName(ReferenceType referenceType,
org.jboss.jandex.ClassInfo classInfo,
Annotations annotationsForThisClass,
String parametrizedTypeNameExtension) |
public static String getAnyTypeName(ReferenceType referenceType, org.jboss.jandex.ClassInfo classInfo, Annotations annotationsForThisClass)
referenceType - initial reference typeclassInfo - the type class infoannotationsForThisClass - annotations on this classpublic static String getAnyTypeName(ReferenceType referenceType, org.jboss.jandex.ClassInfo classInfo, Annotations annotationsForThisClass, String parametrizedTypeNameExtension)
public static String createParametrizedTypeNameExtension(List<org.jboss.jandex.Type> parametrizedTypeArguments)
Copyright © 2018–2020. All rights reserved.