Class NameBindingUtil

java.lang.Object
org.jboss.resteasy.reactive.common.processor.NameBindingUtil

public class NameBindingUtil extends Object
  • Constructor Details

    • NameBindingUtil

      public NameBindingUtil()
  • Method Details

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