Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addChild(Invocation.Builder) - Method in class io.quarkus.arc.runtime.devconsole.Invocation.Builder
- addInvocation(Invocation) - Method in class io.quarkus.arc.runtime.devconsole.InvocationsMonitor
- AdditionalBean - Annotation Interface in io.quarkus.arc.runtime
-
This built-in stereotype is automatically added to all additional beans that do not have a scope annotation declared.
- allOf() - Element in annotation interface io.quarkus.arc.profile.IfBuildProfile
-
Multiple profiles names to enable a bean if all the profile names are active in Quarkus build time config.
- allOf() - Element in annotation interface io.quarkus.arc.profile.UnlessBuildProfile
-
Multiple profiles names to enable a bean if all the profile names are not active in Quarkus build time config.
- anyOf() - Element in annotation interface io.quarkus.arc.profile.IfBuildProfile
-
Multiple profiles names to enable a bean if any the profile names is active in Quarkus build time config.
- anyOf() - Element in annotation interface io.quarkus.arc.profile.UnlessBuildProfile
-
Multiple profiles names to enable a bean if any the profile names is not active in Quarkus build time config.
- AppCDSRecorder - Class in io.quarkus.arc.runtime.appcds
- AppCDSRecorder() - Constructor for class io.quarkus.arc.runtime.appcds.AppCDSRecorder
- ArcContainerSupplier - Class in io.quarkus.arc.runtime
- ArcContainerSupplier() - Constructor for class io.quarkus.arc.runtime.ArcContainerSupplier
- ArcContextProvider - Class in io.quarkus.arc.runtime.context
-
Context propagation for ArC.
- ArcContextProvider() - Constructor for class io.quarkus.arc.runtime.context.ArcContextProvider
- ArcJsonRPCService - Class in io.quarkus.arc.runtime.devui
- ArcJsonRPCService() - Constructor for class io.quarkus.arc.runtime.devui.ArcJsonRPCService
- ArcLogFilterFactory - Class in io.quarkus.arc.runtime.logging
-
Creates the implementation of the class by getting a bean from Arc.
- ArcLogFilterFactory() - Constructor for class io.quarkus.arc.runtime.logging.ArcLogFilterFactory
- 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
- aroundInvoke(InvocationContext) - Method in class io.quarkus.arc.runtime.ConfigStaticInitCheckInterceptor
B
- bean - Variable in class io.quarkus.arc.runtime.devconsole.InvocationInterceptor
- 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
- BeanContainerImpl - Class in io.quarkus.arc.runtime
- BeanContainerImpl(ArcContainer) - Constructor for class io.quarkus.arc.runtime.BeanContainerImpl
- BeanContainerListener - Interface in io.quarkus.arc.runtime
-
An interface that can be used to configure beans immediately after the
BeanContainer
has been created. - beanInstance(Class<T>, Annotation...) - Method in interface io.quarkus.arc.runtime.BeanContainer
-
Resolves a bean instance for given bean type and qualifiers.
- beanInstance(Class<T>, Annotation...) - Method in class io.quarkus.arc.runtime.BeanContainerImpl
- beanInstanceFactory(Class<T>, Annotation...) - Method in interface io.quarkus.arc.runtime.BeanContainer
-
Returns an instance factory for given bean type and qualifiers.
- beanInstanceFactory(Class<T>, Annotation...) - Method in class io.quarkus.arc.runtime.BeanContainerImpl
- beanInstanceFactory(Supplier<BeanContainer.Factory<T>>, Class<T>, Annotation...) - Method in interface io.quarkus.arc.runtime.BeanContainer
-
Returns an instance factory for given bean type and qualifiers.
- beanInstanceFactory(Supplier<BeanContainer.Factory<T>>, Class<T>, Annotation...) - Method in class io.quarkus.arc.runtime.BeanContainerImpl
- BeanInvoker<T> - Interface in io.quarkus.arc.runtime
-
Invokes a business method of a bean.
- BeanLookupSupplier - Class in io.quarkus.arc.runtime
- BeanLookupSupplier() - Constructor for class io.quarkus.arc.runtime.BeanLookupSupplier
- BeanLookupSupplier(Class<?>) - Constructor for class io.quarkus.arc.runtime.BeanLookupSupplier
- build() - Method in class io.quarkus.arc.runtime.devconsole.Invocation.Builder
- Builder() - Constructor for class io.quarkus.arc.runtime.devconsole.Invocation.Builder
- BUSINESS - Enum constant in enum class io.quarkus.arc.runtime.devconsole.Invocation.Kind
C
- callInitializer() - Method in class io.quarkus.arc.runtime.InterceptedStaticMethodsRecorder
- clear() - Method in class io.quarkus.arc.runtime.devconsole.InvocationsMonitor
- clear() - Method in class io.quarkus.arc.runtime.devmode.EventsMonitor
- clearedContext(Map<String, String>) - Method in class io.quarkus.arc.runtime.context.ArcContextProvider
- clearLastEvents() - Method in class io.quarkus.arc.runtime.devui.ArcJsonRPCService
- clearLastInvocations() - Method in class io.quarkus.arc.runtime.devui.ArcJsonRPCService
- close() - Method in interface io.quarkus.arc.runtime.BeanContainer.Instance
-
releases the underlying instance
- ConfigBeanCreator - Class in io.quarkus.arc.runtime
- ConfigBeanCreator() - Constructor for class io.quarkus.arc.runtime.ConfigBeanCreator
- ConfigMappingCreator - Class in io.quarkus.arc.runtime
- ConfigMappingCreator() - Constructor for class io.quarkus.arc.runtime.ConfigMappingCreator
- ConfigRecorder - Class in io.quarkus.arc.runtime
- ConfigRecorder() - Constructor for class io.quarkus.arc.runtime.ConfigRecorder
- ConfigRecorder.ConfigValidationMetadata - Class in io.quarkus.arc.runtime
- ConfigStaticInitCheck - Annotation Interface in io.quarkus.arc.runtime
-
Interceptor binding for
ConfigStaticInitCheckInterceptor
. - ConfigStaticInitCheckInterceptor - Class in io.quarkus.arc.runtime
-
Intercepts the producer methods declared on
ConfigProducer
and records the config value during the static initialization phase unless the injection point is annotated withStaticInitSafe
. - ConfigStaticInitCheckInterceptor() - Constructor for class io.quarkus.arc.runtime.ConfigStaticInitCheckInterceptor
- ConfigStaticInitValues - Class in io.quarkus.arc.runtime
-
This is a store for all config values injected (directly or programmatically) during the static init phase.
- ConfigStaticInitValues() - Constructor for class io.quarkus.arc.runtime.ConfigStaticInitValues
- ConfigValidationMetadata(String, String, List<String>, String) - Constructor for class io.quarkus.arc.runtime.ConfigRecorder.ConfigValidationMetadata
- configValues - Variable in class io.quarkus.arc.runtime.ConfigStaticInitCheckInterceptor
- controlGenerationAndExit() - Method in class io.quarkus.arc.runtime.appcds.AppCDSRecorder
- create() - Method in interface io.quarkus.arc.runtime.BeanContainer.Factory
- create(SyntheticCreationalContext<Object>) - Method in class io.quarkus.arc.runtime.ConfigMappingCreator
- create(CreationalContext<Object>, Map<String, Object>) - Method in class io.quarkus.arc.runtime.ConfigBeanCreator
- create(String) - Method in class io.quarkus.arc.runtime.logging.ArcLogFilterFactory
- created(BeanContainer) - Method in interface io.quarkus.arc.runtime.BeanContainerListener
- createFunction(RuntimeValue<?>) - Method in class io.quarkus.arc.runtime.ArcRecorder
- createFunction(Object) - Method in class io.quarkus.arc.runtime.ArcRecorder
- createFunction(Supplier<?>) - Method in class io.quarkus.arc.runtime.ArcRecorder
- currentContext(Map<String, String>) - Method in class io.quarkus.arc.runtime.context.ArcContextProvider
D
- destroy() - Method in class io.quarkus.arc.runtime.LoggerProducer
- DISPOSER - Enum constant in enum class io.quarkus.arc.runtime.devconsole.Invocation.Kind
E
- EMPTY - Static variable in interface io.quarkus.arc.runtime.BeanContainer.Factory
- enableIfMissing() - Element in annotation interface io.quarkus.arc.properties.IfBuildProperty
-
Determines if the bean is to be enabled when the property name specified by
name
has not been specified at all - enableIfMissing() - Element in annotation interface io.quarkus.arc.properties.UnlessBuildProperty
-
Determines if the bean is enabled when the property name specified by
name
has not been specified at all - equals(Object) - Method in class io.quarkus.arc.runtime.ConfigRecorder.ConfigValidationMetadata
- EventInfo - Class in io.quarkus.arc.runtime.devmode
- EventInfo() - Constructor for class io.quarkus.arc.runtime.devmode.EventInfo
- EventInfo(String, String, List<String>, boolean) - Constructor for class io.quarkus.arc.runtime.devmode.EventInfo
- eventsMonitor - Variable in class io.quarkus.arc.runtime.devui.ArcJsonRPCService
- EventsMonitor - Class in io.quarkus.arc.runtime.devmode
- EventsMonitor() - Constructor for class io.quarkus.arc.runtime.devmode.EventsMonitor
G
- get() - Method in class io.quarkus.arc.runtime.ArcContainerSupplier
- get() - Method in interface io.quarkus.arc.runtime.BeanContainer.Instance
- get() - Method in class io.quarkus.arc.runtime.BeanLookupSupplier
- getActualTypeArgumentNames() - Method in class io.quarkus.arc.runtime.ConfigRecorder.ConfigValidationMetadata
- getChildren() - Method in class io.quarkus.arc.runtime.devconsole.Invocation
- getChildren() - Method in class io.quarkus.arc.runtime.devmode.InvocationInfo
- getDeclaringClassName() - Method in class io.quarkus.arc.runtime.devconsole.Invocation
- getDefaultValue() - Method in class io.quarkus.arc.runtime.ConfigRecorder.ConfigValidationMetadata
- getDuration() - Method in class io.quarkus.arc.runtime.devconsole.Invocation
- getDuration() - Method in class io.quarkus.arc.runtime.devmode.InvocationInfo
- getDurationMillis() - Method in class io.quarkus.arc.runtime.devconsole.Invocation
- getFilteredLastInvocations() - Method in class io.quarkus.arc.runtime.devconsole.InvocationsMonitor
- getInterceptedBean() - Method in class io.quarkus.arc.runtime.devconsole.Invocation
- getInterceptorBindingLiterals(InvocationContext) - Static method in class io.quarkus.arc.runtime.InterceptorBindings
-
This method is just a convenience for getting a hold of
AbstractAnnotationLiteral
. - getInterceptorBindings(InvocationContext) - Static method in class io.quarkus.arc.runtime.InterceptorBindings
- getKind() - Method in class io.quarkus.arc.runtime.devconsole.Invocation
- getKind() - Method in class io.quarkus.arc.runtime.devmode.InvocationInfo
- getKind(InvocationContext) - Method in class io.quarkus.arc.runtime.devconsole.InvocationInterceptor
- getLastEvents() - Method in class io.quarkus.arc.runtime.devmode.EventsMonitor
- getLastEvents() - Method in class io.quarkus.arc.runtime.devui.ArcJsonRPCService
- getLastInvocations() - Method in class io.quarkus.arc.runtime.devconsole.InvocationsMonitor
- getLastInvocations() - Method in class io.quarkus.arc.runtime.devui.ArcJsonRPCService
- getLoggerWithCustomName(InjectionPoint) - Method in class io.quarkus.arc.runtime.LoggerProducer
- getMessage() - Method in class io.quarkus.arc.runtime.devconsole.Invocation
- getMethod() - Method in class io.quarkus.arc.runtime.devconsole.Invocation
- getMethodName() - Method in class io.quarkus.arc.runtime.devmode.InvocationInfo
- getName() - Method in class io.quarkus.arc.runtime.ConfigRecorder.ConfigValidationMetadata
- getPackageName(String) - Method in class io.quarkus.arc.runtime.devconsole.Invocation
- getParent() - Method in class io.quarkus.arc.runtime.devconsole.Invocation.Builder
- getQualifiers() - Method in class io.quarkus.arc.runtime.devmode.EventInfo
- getRawTypeName() - Method in class io.quarkus.arc.runtime.ConfigRecorder.ConfigValidationMetadata
- getSimpleLogger(InjectionPoint) - Method in class io.quarkus.arc.runtime.LoggerProducer
- getStart() - Method in class io.quarkus.arc.runtime.devconsole.Invocation
- getStartFormatted() - Method in class io.quarkus.arc.runtime.devconsole.Invocation
- getStartTime() - Method in class io.quarkus.arc.runtime.devmode.InvocationInfo
- getThreadContextType() - Method in class io.quarkus.arc.runtime.context.ArcContextProvider
- getTimestamp() - Method in class io.quarkus.arc.runtime.devmode.EventInfo
- getType() - Method in class io.quarkus.arc.runtime.BeanLookupSupplier
- getType() - Method in class io.quarkus.arc.runtime.devmode.EventInfo
H
- handleLifecycleEvents(ShutdownContext, LaunchMode, boolean) - Method in class io.quarkus.arc.runtime.ArcRecorder
- hashCode() - Method in class io.quarkus.arc.runtime.ConfigRecorder.ConfigValidationMetadata
I
- IfBuildProfile - Annotation Interface 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 rules of the annotation values.
- IfBuildProperty - Annotation Interface 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.
- IfBuildProperty.List - Annotation Interface in io.quarkus.arc.properties
- initBeanContainer(ArcContainer, List<BeanContainerListener>) - Method in class io.quarkus.arc.runtime.ArcRecorder
- initContainer(ShutdownContext, RuntimeValue<CurrentContextFactory>, boolean) - Method in class io.quarkus.arc.runtime.ArcRecorder
- initExecutor(ExecutorService) - Method in class io.quarkus.arc.runtime.ArcRecorder
- INITIALIZER_CLASS_NAME - Static variable in class io.quarkus.arc.runtime.InterceptedStaticMethodsRecorder
- initRuntimeSupplierBeans(Map<String, Function<SyntheticCreationalContext<?>, ?>>) - Method in class io.quarkus.arc.runtime.ArcRecorder
- initStaticSupplierBeans(Map<String, Function<SyntheticCreationalContext<?>, ?>>) - Method in class io.quarkus.arc.runtime.ArcRecorder
- initTestApplicationClassPredicate(Set<String>) - Method in class io.quarkus.arc.runtime.ArcRecorder
- 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
- Invocation - Class in io.quarkus.arc.runtime.devconsole
-
Business method invocation.
- Invocation(InjectableBean<?>, long, long, Method, Invocation.Kind, String, List<Invocation>) - Constructor for class io.quarkus.arc.runtime.devconsole.Invocation
- Invocation.Builder - Class in io.quarkus.arc.runtime.devconsole
- Invocation.Kind - Enum Class in io.quarkus.arc.runtime.devconsole
- invocationCompleted() - Method in class io.quarkus.arc.runtime.devconsole.InvocationTree
- InvocationInfo - Class in io.quarkus.arc.runtime.devmode
- InvocationInfo() - Constructor for class io.quarkus.arc.runtime.devmode.InvocationInfo
- InvocationInterceptor - Class in io.quarkus.arc.runtime.devconsole
- InvocationInterceptor() - Constructor for class io.quarkus.arc.runtime.devconsole.InvocationInterceptor
- invocationMonitor - Variable in class io.quarkus.arc.runtime.devconsole.InvocationInterceptor
- invocationsMonitor - Variable in class io.quarkus.arc.runtime.devui.ArcJsonRPCService
- InvocationsMonitor - Class in io.quarkus.arc.runtime.devconsole
- InvocationsMonitor() - Constructor for class io.quarkus.arc.runtime.devconsole.InvocationsMonitor
- invocationStarted(InjectableBean<?>, Method, Invocation.Kind) - Method in class io.quarkus.arc.runtime.devconsole.InvocationTree
- invocationTree - Variable in class io.quarkus.arc.runtime.devconsole.InvocationInterceptor
- InvocationTree - Class in io.quarkus.arc.runtime.devconsole
- InvocationTree() - Constructor for class io.quarkus.arc.runtime.devconsole.InvocationTree
- invoke(T) - Method in interface io.quarkus.arc.runtime.BeanInvoker
- invokeBean(T) - Method in interface io.quarkus.arc.runtime.BeanInvoker
- io.quarkus.arc.log - package io.quarkus.arc.log
- io.quarkus.arc.lookup - package io.quarkus.arc.lookup
- 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.appcds - package io.quarkus.arc.runtime.appcds
- io.quarkus.arc.runtime.context - package io.quarkus.arc.runtime.context
- io.quarkus.arc.runtime.devconsole - package io.quarkus.arc.runtime.devconsole
- io.quarkus.arc.runtime.devmode - package io.quarkus.arc.runtime.devmode
- io.quarkus.arc.runtime.devui - package io.quarkus.arc.runtime.devui
- io.quarkus.arc.runtime.logging - package io.quarkus.arc.runtime.logging
- io.quarkus.arc.runtime.test - package io.quarkus.arc.runtime.test
- isContextEvent(EventMetadata) - Method in class io.quarkus.arc.runtime.devmode.EventsMonitor
- isFilterOutQuarkusBeans() - Method in class io.quarkus.arc.runtime.devconsole.InvocationsMonitor
- isIsContextEvent() - Method in class io.quarkus.arc.runtime.devmode.EventInfo
- isQuarkusBean() - Method in class io.quarkus.arc.runtime.devconsole.Invocation
- isQuarkusBean() - Method in class io.quarkus.arc.runtime.devmode.InvocationInfo
- isSkipContextEvents() - Method in class io.quarkus.arc.runtime.devmode.EventsMonitor
L
- LaunchModeProducer - Class in io.quarkus.arc.runtime
- LaunchModeProducer() - Constructor for class io.quarkus.arc.runtime.LaunchModeProducer
- Literal(String) - Constructor for class io.quarkus.arc.log.LoggerName.Literal
- LoggerName - Annotation Interface in io.quarkus.arc.log
- LoggerName.Literal - Class in io.quarkus.arc.log
-
Supports inline instantiation of this qualifier.
- LoggerProducer - Class in io.quarkus.arc.runtime
- LoggerProducer() - Constructor for class io.quarkus.arc.runtime.LoggerProducer
- lookupIfMissing() - Element in annotation interface io.quarkus.arc.lookup.LookupIfProperty
-
Determines if the bean is to be looked up when the property name specified by
name
has not been specified at all - lookupIfMissing() - Element in annotation interface io.quarkus.arc.lookup.LookupUnlessProperty
-
Determines if the bean should be looked up when the property name specified by
name
has not been specified at all - LookupIfProperty - Annotation Interface in io.quarkus.arc.lookup
-
Indicates that a bean should only be obtained by programmatic lookup if the property matches the provided value.
- LookupIfProperty.List - Annotation Interface in io.quarkus.arc.lookup
- LookupUnlessProperty - Annotation Interface in io.quarkus.arc.lookup
-
Indicates that a bean should only be obtained by programmatic lookup if the property does not match the provided value.
- LookupUnlessProperty.List - Annotation Interface in io.quarkus.arc.lookup
M
- mode() - Method in class io.quarkus.arc.runtime.LaunchModeProducer
- monitor(InvocationContext) - Method in class io.quarkus.arc.runtime.devconsole.InvocationInterceptor
- Monitored - Annotation Interface in io.quarkus.arc.runtime.devconsole
N
- name() - Element in annotation interface io.quarkus.arc.lookup.LookupIfProperty
-
Name of the runtime property to check
- name() - Element in annotation interface io.quarkus.arc.lookup.LookupUnlessProperty
-
Name of the runtime time property to check
- name() - Element in annotation interface io.quarkus.arc.properties.IfBuildProperty
-
Name of the build time property to check
- name() - Element in annotation interface io.quarkus.arc.properties.UnlessBuildProperty
-
Name of the build time property to check
- newChild() - Method in class io.quarkus.arc.runtime.devconsole.Invocation.Builder
- notify(Object, EventMetadata) - Method in class io.quarkus.arc.runtime.devmode.EventsMonitor
O
- OBSERVER - Enum constant in enum class io.quarkus.arc.runtime.devconsole.Invocation.Kind
- onStart(StartupEvent) - Method in class io.quarkus.arc.runtime.ConfigStaticInitValues
P
- PreloadedTestApplicationClassPredicate - Class in io.quarkus.arc.runtime.test
- PreloadedTestApplicationClassPredicate() - Constructor for class io.quarkus.arc.runtime.test.PreloadedTestApplicationClassPredicate
- priority() - Method in class io.quarkus.arc.runtime.logging.ArcLogFilterFactory
- proceed(Invocation.Builder, InvocationContext, ManagedContext, InvocationTree) - Method in class io.quarkus.arc.runtime.devconsole.InvocationInterceptor
- PRODUCER - Enum constant in enum class io.quarkus.arc.runtime.devconsole.Invocation.Kind
Q
- QUARKUS_APPCDS_GENERATE_PROP - Static variable in class io.quarkus.arc.runtime.appcds.AppCDSRecorder
R
- recordConfigValue(InjectionPoint, ConfigStaticInitValues) - Static method in class io.quarkus.arc.runtime.ConfigStaticInitCheckInterceptor
- recordConfigValue(InjectionPoint, String, String) - Method in class io.quarkus.arc.runtime.ConfigStaticInitValues
- registerConfigProperties(Set<ConfigMappings.ConfigClassWithPrefix>) - Method in class io.quarkus.arc.runtime.ConfigRecorder
- 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(); } }
- requestContext() - Method in class io.quarkus.arc.runtime.BeanContainerImpl
S
- setApplicationBeanClasses(Set<String>) - Method in class io.quarkus.arc.runtime.test.PreloadedTestApplicationClassPredicate
- setChildren(List<InvocationInfo>) - Method in class io.quarkus.arc.runtime.devmode.InvocationInfo
- setDuration(long) - Method in class io.quarkus.arc.runtime.devconsole.Invocation.Builder
- setDuration(long) - Method in class io.quarkus.arc.runtime.devmode.InvocationInfo
- setInterceptedBean(InjectableBean<?>) - Method in class io.quarkus.arc.runtime.devconsole.Invocation.Builder
- setIsContextEvent(boolean) - Method in class io.quarkus.arc.runtime.devmode.EventInfo
- setKind(Invocation.Kind) - Method in class io.quarkus.arc.runtime.devconsole.Invocation.Builder
- setKind(String) - Method in class io.quarkus.arc.runtime.devmode.InvocationInfo
- setMessage(String) - Method in class io.quarkus.arc.runtime.devconsole.Invocation.Builder
- setMethod(Method) - Method in class io.quarkus.arc.runtime.devconsole.Invocation.Builder
- setMethodName(String) - Method in class io.quarkus.arc.runtime.devmode.InvocationInfo
- setName(String) - Method in class io.quarkus.arc.runtime.ConfigRecorder.ConfigValidationMetadata
- setParent(Invocation.Builder) - Method in class io.quarkus.arc.runtime.devconsole.Invocation.Builder
- setQualifiers(List<String>) - Method in class io.quarkus.arc.runtime.devmode.EventInfo
- setQuarkusBean(boolean) - Method in class io.quarkus.arc.runtime.devmode.InvocationInfo
- setStart(long) - Method in class io.quarkus.arc.runtime.devconsole.Invocation.Builder
- setStartTime(String) - Method in class io.quarkus.arc.runtime.devmode.InvocationInfo
- setTimestamp(String) - Method in class io.quarkus.arc.runtime.devmode.EventInfo
- setType(Class<?>) - Method in class io.quarkus.arc.runtime.BeanLookupSupplier
- setType(String) - Method in class io.quarkus.arc.runtime.devmode.EventInfo
- setup(boolean) - Method in class io.quarkus.arc.runtime.ArcTestRequestScopeProvider
- streamEvents() - Method in class io.quarkus.arc.runtime.devmode.EventsMonitor
- streamEvents() - Method in class io.quarkus.arc.runtime.devui.ArcJsonRPCService
- streamSkipContextEvents() - Method in class io.quarkus.arc.runtime.devmode.EventsMonitor
- streamSkipContextEvents() - Method in class io.quarkus.arc.runtime.devui.ArcJsonRPCService
- stringValue() - Element in annotation interface io.quarkus.arc.lookup.LookupIfProperty
-
Expected
String
value of the runtime property (specified byname
) if the bean should be looked up at runtime. - stringValue() - Element in annotation interface io.quarkus.arc.lookup.LookupUnlessProperty
-
Expected
String
value of the runtime time property (specified byname
) if the bean should be skipped at runtime. - stringValue() - Element in annotation interface io.quarkus.arc.properties.IfBuildProperty
-
Expected
String
value of the build time property (specified byname
) if the bean is to be enabled - stringValue() - Element in annotation interface io.quarkus.arc.properties.UnlessBuildProperty
-
The bean is enabled if the build time property (specified by
name
) does not match this value. - SuppressConditions - Class in io.quarkus.arc.runtime
- suppressIfProperty(String, String, boolean) - Static method in class io.quarkus.arc.runtime.SuppressConditions
- suppressUnlessProperty(String, String, boolean) - Static method in class io.quarkus.arc.runtime.SuppressConditions
- syntheticBeanProviders - 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
- test(String) - Method in class io.quarkus.arc.runtime.test.PreloadedTestApplicationClassPredicate
- toggleFilterOutQuarkusBeans() - Method in class io.quarkus.arc.runtime.devconsole.InvocationsMonitor
- toggleSkipContextEvents() - Method in class io.quarkus.arc.runtime.devmode.EventsMonitor
- toggleSkipContextEvents() - Method in class io.quarkus.arc.runtime.devui.ArcJsonRPCService
- toString() - Method in class io.quarkus.arc.runtime.devconsole.Invocation
U
- UnlessBuildProfile - Annotation Interface 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 does not match the rules of the annotation values.
- UnlessBuildProperty - Annotation Interface 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 does not match the provided value.
- UnlessBuildProperty.List - Annotation Interface in io.quarkus.arc.properties
V
- validateConfigProperties(Set<ConfigRecorder.ConfigValidationMetadata>) - Method in class io.quarkus.arc.runtime.ConfigRecorder
- value() - Method in class io.quarkus.arc.log.LoggerName.Literal
- value() - Element in annotation interface io.quarkus.arc.log.LoggerName
-
The logger name must not be empty.
- value() - Element in annotation interface io.quarkus.arc.lookup.LookupIfProperty.List
- value() - Element in annotation interface io.quarkus.arc.lookup.LookupUnlessProperty.List
- value() - Element in annotation interface io.quarkus.arc.profile.IfBuildProfile
-
A single profile name to enable a bean if a profile with the same name is active in Quarkus build time config.
- value() - Element in annotation interface io.quarkus.arc.profile.UnlessBuildProfile
-
A single profile name to enable a bean if a profile with the same name is not active in Quarkus build time config.
- value() - Element in annotation interface io.quarkus.arc.properties.IfBuildProperty.List
- value() - Element in annotation interface io.quarkus.arc.properties.UnlessBuildProperty.List
- valueOf(String) - Static method in enum class io.quarkus.arc.runtime.devconsole.Invocation.Kind
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.quarkus.arc.runtime.devconsole.Invocation.Kind
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form