public class ConfigCdiExtension extends Object implements javax.enterprise.inject.spi.Extension
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigCdiExtension.ConfigPropertyProducer
Deprecated.
This class was not intended to be
public
and may be removed without notice. |
| Constructor and Description |
|---|
ConfigCdiExtension()
Constructor invoked by CDI container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
collectConfigProducer(javax.enterprise.inject.spi.ProcessInjectionPoint<?,?> pip)
Deprecated.
This method was not intended to be
public
and may be removed without notice. |
void |
registerConfigProducer(javax.enterprise.inject.spi.AfterBeanDiscovery abd,
javax.enterprise.inject.spi.BeanManager bm)
Deprecated.
This method was not intended to be
public
and may be removed without notice. |
void |
validate(javax.enterprise.inject.spi.AfterDeploymentValidation add)
Deprecated.
This method was not intended to be
public
and may be removed without notice. |
public ConfigCdiExtension()
@Deprecated public void collectConfigProducer(@Observes javax.enterprise.inject.spi.ProcessInjectionPoint<?,?> pip)
public
and may be removed without notice.ConfigProperty.pip - event from CDI container@Deprecated public void registerConfigProducer(@Observes javax.enterprise.inject.spi.AfterBeanDiscovery abd, javax.enterprise.inject.spi.BeanManager bm)
public
and may be removed without notice.ConfigProperty injection.abd - event from CDI containerbm - bean manager@Deprecated public void validate(javax.enterprise.inject.spi.AfterDeploymentValidation add)
public
and may be removed without notice.add - event from CDI containerCopyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.