Uses of Interface
jakarta.enterprise.inject.Instance.Handle
-
Packages that use Instance.Handle Package Description jakarta.enterprise.inject org.jboss.weld org.jboss.weld.bean.builtin org.jboss.weld.inject org.jboss.weld.util -
-
Uses of Instance.Handle in jakarta.enterprise.inject
Methods in jakarta.enterprise.inject that return Instance.Handle Modifier and Type Method Description Instance.Handle<T>Instance. getHandle()Obtains an initialized contextual reference handle for a bean that has the required type and qualifiers and is eligible for injection.Methods in jakarta.enterprise.inject that return types with arguments of type Instance.Handle Modifier and Type Method Description Iterable<? extends Instance.Handle<T>>Instance. handles()Allows iterating over contextual reference handles for all beans that have the required type and required qualifiers and are eligible for injection.default Stream<? extends Instance.Handle<T>>Instance. handlesStream()Returns stream ofInstance.Handleobjects. -
Uses of Instance.Handle in org.jboss.weld
Methods in org.jboss.weld that return Instance.Handle Modifier and Type Method Description Instance.Handle<T>AbstractCDI. getHandle()Methods in org.jboss.weld that return types with arguments of type Instance.Handle Modifier and Type Method Description Comparator<Instance.Handle<?>>AbstractCDI. getHandlePriorityComparator()Iterable<? extends Instance.Handle<T>>AbstractCDI. handles() -
Uses of Instance.Handle in org.jboss.weld.bean.builtin
Methods in org.jboss.weld.bean.builtin that return Instance.Handle Modifier and Type Method Description Instance.Handle<T>InstanceImpl. getHandle()Methods in org.jboss.weld.bean.builtin that return types with arguments of type Instance.Handle Modifier and Type Method Description Comparator<Instance.Handle<?>>InstanceImpl. getHandlePriorityComparator()Iterable<Instance.Handle<T>>InstanceImpl. handles()Methods in org.jboss.weld.bean.builtin with parameters of type Instance.Handle Modifier and Type Method Description intPriorityComparator. compare(Instance.Handle<?> h1, Instance.Handle<?> h2) -
Uses of Instance.Handle in org.jboss.weld.inject
Subinterfaces of Instance.Handle in org.jboss.weld.inject Modifier and Type Interface Description static interfaceWeldInstance.Handler<T>Deprecated.Methods in org.jboss.weld.inject that return types with arguments of type Instance.Handle Modifier and Type Method Description Comparator<Instance.Handle<?>>WeldInstance. getHandlePriorityComparator()The returned comparator sorts handles by priority in descending order. -
Uses of Instance.Handle in org.jboss.weld.util
Methods in org.jboss.weld.util that return Instance.Handle Modifier and Type Method Description Instance.HandleForwardingWeldInstance. getHandle()Methods in org.jboss.weld.util that return types with arguments of type Instance.Handle Modifier and Type Method Description Comparator<Instance.Handle<?>>ForwardingWeldInstance. getHandlePriorityComparator()Iterable<? extends Instance.Handle<T>>ForwardingWeldInstance. handles()
-