Class ConfigCdiExtension
- java.lang.Object
-
- io.helidon.microprofile.config.cdi.ConfigCdiExtension
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfigCdiExtension.ConfigPropertyProducerDeprecated.This class was not intended to bepublicand may be removed without notice.
-
Constructor Summary
Constructors Constructor Description ConfigCdiExtension()Constructor invoked by CDI container.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcollectConfigProducer(ProcessInjectionPoint<?,?> pip)Deprecated.This method was not intended to bepublicand may be removed without notice.voidregisterConfigProducer(AfterBeanDiscovery abd, BeanManager bm)Deprecated.This method was not intended to bepublicand may be removed without notice.voidvalidate(AfterDeploymentValidation add)Deprecated.This method was not intended to bepublicand may be removed without notice.
-
-
-
Method Detail
-
collectConfigProducer
@Deprecated public void collectConfigProducer(@Observes ProcessInjectionPoint<?,?> pip)
Deprecated.This method was not intended to bepublicand may be removed without notice.Process each injection point forConfigProperty.- Parameters:
pip- event from CDI container
-
registerConfigProducer
@Deprecated public void registerConfigProducer(@Observes AfterBeanDiscovery abd, BeanManager bm)
Deprecated.This method was not intended to bepublicand may be removed without notice.Register a config producer bean for eachConfigPropertyinjection.- Parameters:
abd- event from CDI containerbm- bean manager
-
validate
@Deprecated public void validate(AfterDeploymentValidation add)
Deprecated.This method was not intended to bepublicand may be removed without notice.Validate all injection points are valid.- Parameters:
add- event from CDI container
-
-