Package io.quarkus.arc.deployment.devui
Class Name
- java.lang.Object
-
- io.quarkus.arc.deployment.devui.Name
-
- All Implemented Interfaces:
Comparable<Name>
public class Name extends Object implements Comparable<Name>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Name other)(package private) static StringcreateSimple(String name)(package private) static StringcreateSimple(org.jboss.jandex.AnnotationInstance annotation)(package private) static StringcreateSimple(org.jboss.jandex.ParameterizedType parameterizedType)(package private) static StringcreateSimpleName(org.jboss.jandex.Type type)static Namefrom(org.jboss.jandex.AnnotationInstance annotation)static Namefrom(org.jboss.jandex.DotName dotName)static Namefrom(org.jboss.jandex.Type type)StringgetName()StringgetSimpleName()StringtoString()
-
-
-
Constructor Detail
-
Name
public Name(String name)
-
-
Method Detail
-
from
public static Name from(org.jboss.jandex.DotName dotName)
-
from
public static Name from(org.jboss.jandex.Type type)
-
from
public static Name from(org.jboss.jandex.AnnotationInstance annotation)
-
getSimpleName
public String getSimpleName()
-
getName
public String getName()
-
createSimpleName
static String createSimpleName(org.jboss.jandex.Type type)
-
createSimple
static String createSimple(org.jboss.jandex.ParameterizedType parameterizedType)
-
createSimple
static String createSimple(org.jboss.jandex.AnnotationInstance annotation)
-
compareTo
public int compareTo(Name other)
- Specified by:
compareToin interfaceComparable<Name>
-
-