public class Name extends Object implements Comparable<Name>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Name other) |
(package private) static String |
createSimple(org.jboss.jandex.AnnotationInstance annotation) |
(package private) static String |
createSimple(org.jboss.jandex.ParameterizedType parameterizedType) |
(package private) static String |
createSimple(String name) |
(package private) static String |
createSimpleName(org.jboss.jandex.Type type) |
static Name |
from(org.jboss.jandex.AnnotationInstance annotation) |
static Name |
from(org.jboss.jandex.DotName dotName) |
static Name |
from(org.jboss.jandex.Type type) |
String |
getSimpleName() |
String |
toString() |
public Name(String name)
public static Name from(org.jboss.jandex.DotName dotName)
public static Name from(org.jboss.jandex.Type type)
public static Name from(org.jboss.jandex.AnnotationInstance annotation)
public String getSimpleName()
static String createSimpleName(org.jboss.jandex.Type type)
static String createSimple(org.jboss.jandex.ParameterizedType parameterizedType)
static String createSimple(org.jboss.jandex.AnnotationInstance annotation)
public int compareTo(Name other)
compareTo in interface Comparable<Name>Copyright © 2021 JBoss by Red Hat. All rights reserved.