Class Name

    • 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()
      • createSimpleName

        static String createSimpleName​(org.jboss.jandex.Type type)
      • createSimple

        static String createSimple​(String name)
      • createSimple

        static String createSimple​(org.jboss.jandex.ParameterizedType parameterizedType)
      • createSimple

        static String createSimple​(org.jboss.jandex.AnnotationInstance annotation)