Package io.quarkus.arc.deployment
Class SynthesisFinishedBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.SimpleBuildItem
io.quarkus.arc.deployment.RegisteredComponentsBuildItem
io.quarkus.arc.deployment.SynthesisFinishedBuildItem
Consumers of this build item can easily inspect all beans, observers and injection points registered in the
application. Synthetic beans and observers are included. If interested in class-based components only you can use the
BeanDiscoveryFinishedBuildItem instead.
Additionally, the bean resolver can be used to apply the type-safe resolution rules, e.g. to find out whether there is a bean that would satisfy certain combination of required type and qualifiers.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.quarkus.arc.deployment.RegisteredComponentsBuildItem
beanStream, getBeanResolver, getBeans, getInjectionPoints, getObservers
-
Constructor Details
-
SynthesisFinishedBuildItem
-