Uses of Interface
org.jboss.weld.inject.WeldInstance.Handler
-
Packages that use WeldInstance.Handler Package Description org.jboss.weld.inject -
-
Uses of WeldInstance.Handler in org.jboss.weld.inject
Methods in org.jboss.weld.inject that return WeldInstance.Handler Modifier and Type Method Description WeldInstance.Handler<T>WeldInstance. getHandler()Obtains an initialized contextual reference handler for the bean that has the required type and required qualifiers and is eligible for injection.Methods in org.jboss.weld.inject that return types with arguments of type WeldInstance.Handler Modifier and Type Method Description Comparator<WeldInstance.Handler<?>>WeldInstance. getPriorityComparator()The returned comparator sorts handlers by priority in descending order.Iterable<WeldInstance.Handler<T>>WeldInstance. handlers()Allows to iterate over contextual reference handlers for all the beans that have the required type and required qualifiers and are eligible for injection.default Stream<WeldInstance.Handler<T>>WeldInstance. handlersStream()
-