Uses of Interface
io.quarkus.arc.InjectableInstance
-
Packages that use InjectableInstance Package Description io.quarkus.arc io.quarkus.arc.impl -
-
Uses of InjectableInstance in io.quarkus.arc
Methods in io.quarkus.arc that return InjectableInstance Modifier and Type Method Description <T> InjectableInstance<T>ArcContainer. select(jakarta.enterprise.util.TypeLiteral<T> type, Annotation... qualifiers)Instances of dependent scoped beans obtained with the returned injectable instance must be explicitly destroyed, either via theInstance.destroy(Object)method invoked upon the same injectable instance or withInstanceHandle.destroy().<T> InjectableInstance<T>ArcContainer. select(Class<T> type, Annotation... qualifiers)Instances of dependent scoped beans obtained with the returned injectable instance must be explicitly destroyed, either via theInstance.destroy(Object)method invoked upon the same injectable instance or withInstanceHandle.destroy().<U extends T>
InjectableInstance<U>InjectableInstance. select(jakarta.enterprise.util.TypeLiteral<U> subtype, Annotation... qualifiers)InjectableInstance<T>InjectableInstance. select(Annotation... qualifiers)<U extends T>
InjectableInstance<U>InjectableInstance. select(Class<U> subtype, Annotation... qualifiers) -
Uses of InjectableInstance in io.quarkus.arc.impl
Classes in io.quarkus.arc.impl that implement InjectableInstance Modifier and Type Class Description classInstanceImpl<T>Methods in io.quarkus.arc.impl that return InjectableInstance Modifier and Type Method Description <T> InjectableInstance<T>ArcContainerImpl. select(jakarta.enterprise.util.TypeLiteral<T> type, Annotation... qualifiers)<T> InjectableInstance<T>ArcContainerImpl. select(Class<T> type, Annotation... qualifiers)<U extends T>
InjectableInstance<U>InstanceImpl. select(jakarta.enterprise.util.TypeLiteral<U> subtype, Annotation... qualifiers)InjectableInstance<T>InstanceImpl. select(Annotation... qualifiers)<U extends T>
InjectableInstance<U>InstanceImpl. select(Class<U> subtype, Annotation... qualifiers)
-