Skip navigation links
Quarkus - ArC - Runtime 1.7.3.Final
A B C D E F G H I L M N R S T U V 

A

AdditionalBean - Annotation Type in io.quarkus.arc.runtime
This built-in stereotype is automatically added to all additional beans.
apply(Object) - Method in class io.quarkus.arc.runtime.ClientProxyUnwrapper
 
ArcContextProvider - Class in io.quarkus.arc.runtime.context
Context propagation for Arc Only handles Request context as that's currently the only one in Arc that needs propagation.
ArcContextProvider() - Constructor for class io.quarkus.arc.runtime.context.ArcContextProvider
 
ArcRecorder - Class in io.quarkus.arc.runtime
 
ArcRecorder() - Constructor for class io.quarkus.arc.runtime.ArcRecorder
 
ArcTestRequestScopeProvider - Class in io.quarkus.arc.runtime
 
ArcTestRequestScopeProvider() - Constructor for class io.quarkus.arc.runtime.ArcTestRequestScopeProvider
 

B

BeanContainer - Interface in io.quarkus.arc.runtime
Represents a CDI bean container.
BeanContainer.Factory<T> - Interface in io.quarkus.arc.runtime
 
BeanContainer.Instance<T> - Interface in io.quarkus.arc.runtime
 
BeanContainerListener - Interface in io.quarkus.arc.runtime
An interface that can be used to configure beans immediately after the BeanContainer has been created.
BeanInvoker<T> - Interface in io.quarkus.arc.runtime
Invokes a business method of a bean.

C

callInitializer() - Method in class io.quarkus.arc.runtime.InterceptedStaticMethodsRecorder
 
clearedContext(Map<String, String>) - Method in class io.quarkus.arc.runtime.context.ArcContextProvider
 
ClientProxyUnwrapper - Class in io.quarkus.arc.runtime
 
ClientProxyUnwrapper() - Constructor for class io.quarkus.arc.runtime.ClientProxyUnwrapper
 
close() - Method in interface io.quarkus.arc.runtime.BeanContainer.Instance
releases the underlying instance
CommandLineArgumentsProducer - Class in io.quarkus.arc.runtime
 
CommandLineArgumentsProducer() - Constructor for class io.quarkus.arc.runtime.CommandLineArgumentsProducer
 
ConfigBeanCreator - Class in io.quarkus.arc.runtime
 
ConfigBeanCreator() - Constructor for class io.quarkus.arc.runtime.ConfigBeanCreator
 
ConfigIgnore - Annotation Type in io.quarkus.arc.config
When applied to a field of class annotated with ConfigProperties, that field will be ignored for the purposes of configuration
ConfigPrefix - Annotation Type in io.quarkus.arc.config
Uses in order to set the prefix for a configuration object at the injection point
ConfigProperties - Annotation Type in io.quarkus.arc.config
Allow configuration properties with a common prefix to be grouped into a single class
ConfigProperties.NamingStrategy - Enum in io.quarkus.arc.config
 
ConfigRecorder - Class in io.quarkus.arc.runtime
 
ConfigRecorder() - Constructor for class io.quarkus.arc.runtime.ConfigRecorder
 
create() - Method in interface io.quarkus.arc.runtime.BeanContainer.Factory
 
create(CreationalContext<Object>, Map<String, Object>) - Method in class io.quarkus.arc.runtime.ConfigBeanCreator
 
created(BeanContainer) - Method in interface io.quarkus.arc.runtime.BeanContainerListener
 
createSupplier(RuntimeValue<?>) - Method in class io.quarkus.arc.runtime.ArcRecorder
 
currentContext(Map<String, String>) - Method in class io.quarkus.arc.runtime.context.ArcContextProvider
 

D

DEFAULT_FAIL_ON_MISMATCHING_MEMBER - Static variable in annotation type io.quarkus.arc.config.ConfigProperties
 

E

EMPTY - Static variable in interface io.quarkus.arc.runtime.BeanContainer.Factory
 

F

fireShutdownEvent() - Method in class io.quarkus.arc.runtime.LifecycleEventRunner
 
fireStartupEvent() - Method in class io.quarkus.arc.runtime.LifecycleEventRunner
 

G

get() - Method in interface io.quarkus.arc.runtime.BeanContainer.Instance
 
getCommandLineArgs() - Method in class io.quarkus.arc.runtime.CommandLineArgumentsProducer
 
getContainer(ShutdownContext) - Method in class io.quarkus.arc.runtime.ArcRecorder
 
getInterceptorBindings(InvocationContext) - Static method in class io.quarkus.arc.runtime.InterceptorBindings
 
getName(String) - Method in enum io.quarkus.arc.config.ConfigProperties.NamingStrategy
 
getThreadContextType() - Method in class io.quarkus.arc.runtime.context.ArcContextProvider
 

H

handleLifecycleEvents(ShutdownContext, BeanContainer) - Method in class io.quarkus.arc.runtime.ArcRecorder
 

I

IfBuildProfile - Annotation Type in io.quarkus.arc.profile
When applied to a bean class or producer method (or field), the bean will only be enabled if the Quarkus build time profile matches the specified annotation value.
IfBuildProperty - Annotation Type in io.quarkus.arc.properties
When applied to a bean class or producer method (or field), the bean will only be enabled if the Quarkus build time property matches the provided value.
initBeanContainer(ArcContainer, List<BeanContainerListener>, Collection<String>) - Method in class io.quarkus.arc.runtime.ArcRecorder
 
initCommandLineArgs(Supplier<String[]>) - Method in class io.quarkus.arc.runtime.ArcRecorder
 
initExecutor(ExecutorService) - Method in class io.quarkus.arc.runtime.ArcRecorder
 
initRuntimeSupplierBeans(Map<String, Supplier<?>>) - Method in class io.quarkus.arc.runtime.ArcRecorder
 
initStaticSupplierBeans(Map<String, Supplier<?>>) - Method in class io.quarkus.arc.runtime.ArcRecorder
 
instance(Class<T>, Annotation...) - Method in interface io.quarkus.arc.runtime.BeanContainer
 
instanceFactory(Class<T>, Annotation...) - Method in interface io.quarkus.arc.runtime.BeanContainer
 
InterceptedStaticMethodsRecorder - Class in io.quarkus.arc.runtime
 
InterceptedStaticMethodsRecorder() - Constructor for class io.quarkus.arc.runtime.InterceptedStaticMethodsRecorder
 
InterceptorBindings - Class in io.quarkus.arc.runtime
 
InterceptorBindings() - Constructor for class io.quarkus.arc.runtime.InterceptorBindings
 
INTIALIZER_CLASS_NAME - Static variable in class io.quarkus.arc.runtime.InterceptedStaticMethodsRecorder
 
invoke(T) - Method in interface io.quarkus.arc.runtime.BeanInvoker
 
invokeBean(T) - Method in interface io.quarkus.arc.runtime.BeanInvoker
 
io.quarkus.arc.config - package io.quarkus.arc.config
 
io.quarkus.arc.profile - package io.quarkus.arc.profile
 
io.quarkus.arc.properties - package io.quarkus.arc.properties
 
io.quarkus.arc.runtime - package io.quarkus.arc.runtime
 
io.quarkus.arc.runtime.context - package io.quarkus.arc.runtime.context
 

L

LaunchModeProducer - Class in io.quarkus.arc.runtime
 
LaunchModeProducer() - Constructor for class io.quarkus.arc.runtime.LaunchModeProducer
 
LifecycleEventRunner - Class in io.quarkus.arc.runtime
 
LifecycleEventRunner() - Constructor for class io.quarkus.arc.runtime.LifecycleEventRunner
 

M

mode() - Method in class io.quarkus.arc.runtime.LaunchModeProducer
 

N

NOOP_CONTROLLER - Static variable in class io.quarkus.arc.runtime.context.ArcContextProvider
 

R

requestContext() - Method in interface io.quarkus.arc.runtime.BeanContainer
ManagedContext requestContext = beanContainer.requestContext(); if (requestContext.isActive()) { // Perform action } else { try { requestContext.activate(); // Perform action } finally { requestContext.terminate(); } }

S

setCommandLineArgs(Supplier<String[]>) - Method in class io.quarkus.arc.runtime.CommandLineArgumentsProducer
 
setup(boolean) - Method in class io.quarkus.arc.runtime.ArcTestRequestScopeProvider
 
shutdown - Variable in class io.quarkus.arc.runtime.LifecycleEventRunner
 
startup - Variable in class io.quarkus.arc.runtime.LifecycleEventRunner
 
supplierMap - Static variable in class io.quarkus.arc.runtime.ArcRecorder
Used to hold the Supplier instances used for synthetic bean declarations.

T

tearDown(boolean) - Method in class io.quarkus.arc.runtime.ArcTestRequestScopeProvider
 

U

UnlessBuildProfile - Annotation Type in io.quarkus.arc.profile
When applied to a bean class or producer method (or field), the bean will only be enabled if the Quarkus build time profile dot not match the specified annotation value.
UNSET_PREFIX - Static variable in annotation type io.quarkus.arc.config.ConfigProperties
 

V

validateConfigProperties(Map<String, Set<String>>) - Method in class io.quarkus.arc.runtime.ConfigRecorder
 
valueOf(String) - Static method in enum io.quarkus.arc.config.ConfigProperties.NamingStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.quarkus.arc.config.ConfigProperties.NamingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M N R S T U V 
Skip navigation links
Quarkus - ArC - Runtime 1.7.3.Final

Copyright © 2020 JBoss by Red Hat. All rights reserved.