Class ConfigCdiExtension

    • Constructor Detail

      • ConfigCdiExtension

        public ConfigCdiExtension()
        Constructor invoked by CDI container.
    • Method Detail

      • collectConfigProducer

        @Deprecated
        public void collectConfigProducer​(@Observes
                                          ProcessInjectionPoint<?,​?> pip)
        Deprecated.
        This method was not intended to be public and may be removed without notice.
        Process each injection point for ConfigProperty.
        Parameters:
        pip - event from CDI container
      • registerConfigProducer

        @Deprecated
        public void registerConfigProducer​(@Observes
                                           AfterBeanDiscovery abd,
                                           BeanManager bm)
        Deprecated.
        This method was not intended to be public and may be removed without notice.
        Register a config producer bean for each ConfigProperty injection.
        Parameters:
        abd - event from CDI container
        bm - bean manager
      • validate

        @Deprecated
        public void validate​(AfterDeploymentValidation add)
        Deprecated.
        This method was not intended to be public and may be removed without notice.
        Validate all injection points are valid.
        Parameters:
        add - event from CDI container