Uses of Interface
io.quarkus.arc.InjectableReferenceProvider
-
Packages that use InjectableReferenceProvider Package Description io.quarkus.arc io.quarkus.arc.impl -
-
Uses of InjectableReferenceProvider in io.quarkus.arc
Subinterfaces of InjectableReferenceProvider in io.quarkus.arc Modifier and Type Interface Description interfaceInjectableBean<T>Quarkus representation of an injectable bean.interfaceInjectableDecorator<T>Quarkus representation of a decorator bean.interfaceInjectableInterceptor<T>Quarkus representation of an interceptor bean. -
Uses of InjectableReferenceProvider in io.quarkus.arc.impl
Classes in io.quarkus.arc.impl that implement InjectableReferenceProvider Modifier and Type Class Description classBeanManagerBeanclassBeanManagerProvider<T>BeanManagerprovider.classBeanMetadataProviderBeanmetadata provider.classBuiltInBean<T>Common class for all built-in beans.classCurrentInjectionPointProvider<T>Set the currentInjectionPointduring creation of a dependent bean.classDecoratorDelegateProviderclassEventBeanclassEventProvider<T>classInitializedInterceptor<T>classInjectionPointBeanclassInjectionPointProviderclassInstanceBeanclassInstanceProvider<T>classInterceptedBeanMetadataProviderInterceptedBeanmetadata provider.classListProviderclassResourceProviderRepresents a placeholder for all suppored non-CDI injection points.Methods in io.quarkus.arc.impl with parameters of type InjectableReferenceProvider Modifier and Type Method Description static <C> CreationalContextImpl<C>CreationalContextImpl. child(InjectableReferenceProvider<?> provider, jakarta.enterprise.context.spi.CreationalContext<?> creationalContext)static <T> voidInjectableReferenceProviders. destroy(InjectableReferenceProvider<T> provider, T instance, jakarta.enterprise.context.spi.CreationalContext<T> creationalContext)Unwraps the provider if necessary and invokesContextual.destroy(Object, CreationalContext).Constructor parameters in io.quarkus.arc.impl with type arguments of type InjectableReferenceProvider Constructor Description CurrentInjectionPointProvider(InjectableBean<?> bean, Supplier<InjectableReferenceProvider<T>> delegateSupplier, Type requiredType, Set<Annotation> qualifiers, Set<Annotation> annotations, Member javaMember, int position, boolean isTransient)
-