Uses of Interface
jakarta.enterprise.inject.Instance.Handle
-
Packages that use Instance.Handle Package Description jakarta.enterprise.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 java.lang.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 java.util.stream.Stream<? extends Instance.Handle<T>>
Instance. handlesStream()
Returns stream ofInstance.Handle
objects.
-