Class NameBindingUtil


  • public class NameBindingUtil
    extends Object
    • Constructor Detail

      • NameBindingUtil

        public NameBindingUtil()
    • Method Detail

      • nameBindingNames

        public static Set<String> nameBindingNames​(org.jboss.jandex.IndexView index,
                                                   org.jboss.jandex.ClassInfo classInfo)
        Returns the class names of the @NameBinding annotations or null if non are present
      • nameBindingNames

        public static Set<String> nameBindingNames​(org.jboss.jandex.IndexView index,
                                                   org.jboss.jandex.MethodInfo methodInfo,
                                                   Set<String> forClass)