Uses of Interface
jakarta.enterprise.inject.Instance.Handle
-
Uses of Instance.Handle in jakarta.enterprise.inject
Modifier and TypeMethodDescriptionInstance.getHandle()
Obtains an initialized contextual reference handle for a bean that has the required type and qualifiers and is eligible for injection.Modifier and TypeMethodDescriptionIterable
<? 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.Handle
objects.