Package io.quarkus.arc
Class Components
- java.lang.Object
-
- io.quarkus.arc.Components
-
public final class Components extends Object
-
-
Constructor Summary
Constructors Constructor Description Components(Collection<InjectableBean<?>> beans, Collection<InjectableObserverMethod<?>> observers, Collection<InjectableContext> contexts, Map<Class<? extends Annotation>,Set<Annotation>> transitiveInterceptorBindings)Components(Collection<InjectableBean<?>> beans, Collection<InjectableObserverMethod<?>> observers, Collection<InjectableContext> contexts, Map<Class<? extends Annotation>,Set<Annotation>> transitiveInterceptorBindings, Collection<RemovedBean> removedBeans, Map<String,Set<String>> qualifierNonbindingMembers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<InjectableBean<?>>getBeans()Collection<InjectableContext>getContexts()Collection<InjectableObserverMethod<?>>getObservers()Map<String,Set<String>>getQualifierNonbindingMembers()Collection<RemovedBean>getRemovedBeans()Map<Class<? extends Annotation>,Set<Annotation>>getTransitiveInterceptorBindings()
-
-
-
Constructor Detail
-
Components
public Components(Collection<InjectableBean<?>> beans, Collection<InjectableObserverMethod<?>> observers, Collection<InjectableContext> contexts, Map<Class<? extends Annotation>,Set<Annotation>> transitiveInterceptorBindings)
-
Components
public Components(Collection<InjectableBean<?>> beans, Collection<InjectableObserverMethod<?>> observers, Collection<InjectableContext> contexts, Map<Class<? extends Annotation>,Set<Annotation>> transitiveInterceptorBindings, Collection<RemovedBean> removedBeans, Map<String,Set<String>> qualifierNonbindingMembers)
-
-
Method Detail
-
getBeans
public Collection<InjectableBean<?>> getBeans()
-
getObservers
public Collection<InjectableObserverMethod<?>> getObservers()
-
getContexts
public Collection<InjectableContext> getContexts()
-
getTransitiveInterceptorBindings
public Map<Class<? extends Annotation>,Set<Annotation>> getTransitiveInterceptorBindings()
-
getRemovedBeans
public Collection<RemovedBean> getRemovedBeans()
-
-