Uses of Interface
io.quarkus.arc.InjectableInstance
Packages that use InjectableInstance
-
Uses of InjectableInstance in io.quarkus.arc
Methods in io.quarkus.arc that return InjectableInstanceModifier and TypeMethodDescription<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.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 InjectableInstanceMethods in io.quarkus.arc.impl that return InjectableInstanceModifier and TypeMethodDescription<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) InstanceImpl.select(Annotation... qualifiers) <U extends T>
InjectableInstance<U>InstanceImpl.select(Class<U> subtype, Annotation... qualifiers)