Class BeanDiscoveryFinishedBuildItem


  • public final class BeanDiscoveryFinishedBuildItem
    extends RegisteredComponentsBuildItem
    Consumers of this build item can easily inspect all class-based beans, observers and injection points registered in the application. Synthetic beans and observers are not included. If you need to consider synthetic components as well use the SynthesisFinishedBuildItem 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:
    SynthesisFinishedBuildItem
    • Constructor Detail

      • BeanDiscoveryFinishedBuildItem

        public BeanDiscoveryFinishedBuildItem​(BeanDeployment beanDeployment)