Uses of Interface
jakarta.enterprise.inject.Instance.Handle
Packages that use Instance.Handle
-
Uses of Instance.Handle in jakarta.enterprise.inject
Methods in jakarta.enterprise.inject that return Instance.HandleModifier and TypeMethodDescriptionInstance.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.HandleModifier 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.Handleobjects.