Package io.quarkus.arc.runtime
-
Interface Summary Interface Description BeanContainer Represents a CDI bean container.BeanContainer.Factory<T> BeanContainer.Instance<T> BeanContainerListener An interface that can be used to configure beans immediately after theBeanContainerhas been created.BeanInvoker<T> Invokes a business method of a bean. -
Class Summary Class Description ArcContainerSupplier ArcRecorder ArcTestRequestScopeProvider BeanContainerImpl BeanLookupSupplier ConfigBeanCreator ConfigMappingCreator ConfigRecorder ConfigRecorder.ConfigValidationMetadata ConfigStaticInitCheckInterceptor Intercepts the producer methods declared onConfigProducerand records the config value during the static initialization phase unless the injection point is annotated withStaticInitSafe.ConfigStaticInitValues This is a store for all config values injected (directly or programmatically) during the static init phase.InterceptedStaticMethodsRecorder InterceptorBindings LaunchModeProducer LoggerProducer SuppressConditions -
Annotation Types Summary Annotation Type Description AdditionalBean This built-in stereotype is automatically added to all additional beans that do not have a scope annotation declared.ConfigStaticInitCheck Interceptor binding forConfigStaticInitCheckInterceptor.