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 bepublicand may be removed without notice.ABeanto createConfigPropertyvalues for each injection point.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Objectcreate(CreationalContext<Object> context)Deprecated.voiddestroy(Object instance, CreationalContext<Object> creationalContext)Deprecated.Class<?>getBeanClass()Deprecated.Set<InjectionPoint>getInjectionPoints()Deprecated.StringgetName()Deprecated.Set<Annotation>getQualifiers()Deprecated.Class<? extends Annotation>getScope()Deprecated.Set<Class<? extends Annotation>>getStereotypes()Deprecated.Set<Type>getTypes()Deprecated.booleanisAlternative()Deprecated.booleanisNullable()Deprecated.StringtoString()Deprecated.
-
-
-
Method Detail
-
create
public Object create(CreationalContext<Object> context)
Deprecated.- Specified by:
createin interfaceContextual<Object>
-
getBeanClass
public Class<?> getBeanClass()
Deprecated.- Specified by:
getBeanClassin interfaceBean<Object>
-
getInjectionPoints
public Set<InjectionPoint> getInjectionPoints()
Deprecated.- Specified by:
getInjectionPointsin interfaceBean<Object>
-
isNullable
public boolean isNullable()
Deprecated.- Specified by:
isNullablein interfaceBean<Object>
-
destroy
public void destroy(Object instance, CreationalContext<Object> creationalContext)
Deprecated.- Specified by:
destroyin interfaceContextual<Object>
-
getTypes
public Set<Type> getTypes()
Deprecated.- Specified by:
getTypesin interfaceBeanAttributes<Object>
-
getQualifiers
public Set<Annotation> getQualifiers()
Deprecated.- Specified by:
getQualifiersin interfaceBeanAttributes<Object>
-
getScope
public Class<? extends Annotation> getScope()
Deprecated.- Specified by:
getScopein interfaceBeanAttributes<Object>
-
getName
public String getName()
Deprecated.- Specified by:
getNamein interfaceBeanAttributes<Object>
-
getStereotypes
public Set<Class<? extends Annotation>> getStereotypes()
Deprecated.- Specified by:
getStereotypesin interfaceBeanAttributes<Object>
-
isAlternative
public boolean isAlternative()
Deprecated.- Specified by:
isAlternativein interfaceBeanAttributes<Object>
-
-