Uses of Interface
org.jboss.weld.inject.WeldInstance.Handler
-
Packages that use WeldInstance.Handler Package Description org.jboss.weld org.jboss.weld.bean.builtin org.jboss.weld.inject org.jboss.weld.util -
-
Uses of WeldInstance.Handler in org.jboss.weld
Methods in org.jboss.weld that return WeldInstance.Handler Modifier and Type Method Description WeldInstance.Handler<T>AbstractCDI. getHandler()Methods in org.jboss.weld that return types with arguments of type WeldInstance.Handler Modifier and Type Method Description Comparator<WeldInstance.Handler<?>>AbstractCDI. getPriorityComparator()Iterable<WeldInstance.Handler<T>>AbstractCDI. handlers() -
Uses of WeldInstance.Handler in org.jboss.weld.bean.builtin
Methods in org.jboss.weld.bean.builtin that return WeldInstance.Handler Modifier and Type Method Description WeldInstance.Handler<T>InstanceImpl. getHandler()Methods in org.jboss.weld.bean.builtin that return types with arguments of type WeldInstance.Handler Modifier and Type Method Description Comparator<WeldInstance.Handler<?>>InstanceImpl. getPriorityComparator()Iterable<WeldInstance.Handler<T>>InstanceImpl. handlers()Methods in org.jboss.weld.bean.builtin with parameters of type WeldInstance.Handler Modifier and Type Method Description intPriorityComparator. compare(WeldInstance.Handler<?> h1, WeldInstance.Handler<?> h2) -
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() -
Uses of WeldInstance.Handler in org.jboss.weld.util
Methods in org.jboss.weld.util that return WeldInstance.Handler Modifier and Type Method Description WeldInstance.Handler<T>ForwardingWeldInstance. getHandler()Methods in org.jboss.weld.util that return types with arguments of type WeldInstance.Handler Modifier and Type Method Description Comparator<WeldInstance.Handler<?>>ForwardingWeldInstance. getPriorityComparator()Iterable<WeldInstance.Handler<T>>ForwardingWeldInstance. handlers()
-