Uses of Interface
jakarta.enterprise.inject.Instance.Handle
-
Packages that use Instance.Handle Package Description jakarta.enterprise.inject org.jboss.weld.inject -
-
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.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.
-