Class ConfigCdiExtension
- java.lang.Object
-
- io.helidon.microprofile.config.cdi.ConfigCdiExtension
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConfigCdiExtension.ConfigPropertyProducer
Deprecated.This class was not intended to bepublic
and 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 void
collectConfigProducer(ProcessInjectionPoint<?,?> pip)
Deprecated.This method was not intended to bepublic
and may be removed without notice.void
registerConfigProducer(AfterBeanDiscovery abd, BeanManager bm)
Deprecated.This method was not intended to bepublic
and may be removed without notice.void
validate(AfterDeploymentValidation add)
Deprecated.This method was not intended to bepublic
and may be removed without notice.
-
-
-
Method Detail
-
collectConfigProducer
@Deprecated public void collectConfigProducer(@Observes ProcessInjectionPoint<?,?> pip)
Deprecated.This method was not intended to bepublic
and 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 bepublic
and may be removed without notice.Register a config producer bean for eachConfigProperty
injection.- Parameters:
abd
- event from CDI containerbm
- bean manager
-
validate
@Deprecated public void validate(AfterDeploymentValidation add)
Deprecated.This method was not intended to bepublic
and may be removed without notice.Validate all injection points are valid.- Parameters:
add
- event from CDI container
-
-