Class NameBindingUtil
- java.lang.Object
-
- org.jboss.resteasy.reactive.common.processor.NameBindingUtil
-
public class NameBindingUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description NameBindingUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<String>nameBindingNames(org.jboss.jandex.IndexView index, org.jboss.jandex.ClassInfo classInfo)Returns the class names of the@NameBindingannotations or null if non are presentstatic Set<String>nameBindingNames(org.jboss.jandex.IndexView index, org.jboss.jandex.MethodInfo methodInfo, Set<String> forClass)
-