Class Beans


  • public final class Beans
    extends Object
    • Method Detail

      • matches

        public static boolean matches​(BeanInfo bean,
                                      org.jboss.jandex.Type requiredType,
                                      Set<org.jboss.jandex.AnnotationInstance> requiredQualifiers)
        Checks if given BeanInfo has all the required qualifiers and a bean type that matches required type. Uses standard bean assignability rules; see BeanResolverImpl.