Class ConfigCdiExtension.ConfigPropertyProducer
- java.lang.Object
-
- io.helidon.microprofile.config.cdi.ConfigCdiExtension.ConfigPropertyProducer
-
- All Implemented Interfaces:
Contextual<Object>
,Bean<Object>
,BeanAttributes<Object>
- Enclosing class:
- ConfigCdiExtension
@Deprecated public static final class ConfigCdiExtension.ConfigPropertyProducer extends Object implements Bean<Object>
Deprecated.This class was not intended to bepublic
and may be removed without notice.ABean
to createConfigProperty
values for each injection point.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Object
create(CreationalContext<Object> context)
Deprecated.void
destroy(Object instance, CreationalContext<Object> creationalContext)
Deprecated.Class<?>
getBeanClass()
Deprecated.Set<InjectionPoint>
getInjectionPoints()
Deprecated.String
getName()
Deprecated.Set<Annotation>
getQualifiers()
Deprecated.Class<? extends Annotation>
getScope()
Deprecated.Set<Class<? extends Annotation>>
getStereotypes()
Deprecated.Set<Type>
getTypes()
Deprecated.boolean
isAlternative()
Deprecated.boolean
isNullable()
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
create
public Object create(CreationalContext<Object> context)
Deprecated.- Specified by:
create
in interfaceContextual<Object>
-
getBeanClass
public Class<?> getBeanClass()
Deprecated.- Specified by:
getBeanClass
in interfaceBean<Object>
-
getInjectionPoints
public Set<InjectionPoint> getInjectionPoints()
Deprecated.- Specified by:
getInjectionPoints
in interfaceBean<Object>
-
isNullable
public boolean isNullable()
Deprecated.- Specified by:
isNullable
in interfaceBean<Object>
-
destroy
public void destroy(Object instance, CreationalContext<Object> creationalContext)
Deprecated.- Specified by:
destroy
in interfaceContextual<Object>
-
getTypes
public Set<Type> getTypes()
Deprecated.- Specified by:
getTypes
in interfaceBeanAttributes<Object>
-
getQualifiers
public Set<Annotation> getQualifiers()
Deprecated.- Specified by:
getQualifiers
in interfaceBeanAttributes<Object>
-
getScope
public Class<? extends Annotation> getScope()
Deprecated.- Specified by:
getScope
in interfaceBeanAttributes<Object>
-
getName
public String getName()
Deprecated.- Specified by:
getName
in interfaceBeanAttributes<Object>
-
getStereotypes
public Set<Class<? extends Annotation>> getStereotypes()
Deprecated.- Specified by:
getStereotypes
in interfaceBeanAttributes<Object>
-
isAlternative
public boolean isAlternative()
Deprecated.- Specified by:
isAlternative
in interfaceBeanAttributes<Object>
-
-