public
and may be removed without notice.@Deprecated public static final class ConfigCdiExtension.ConfigPropertyProducer extends Object implements Bean<Object>
Bean to create ConfigProperty values for each
injection point.| Modifier and Type | Method and 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.
|
public Object create(CreationalContext<Object> context)
create in interface Contextual<Object>public Class<?> getBeanClass()
getBeanClass in interface Bean<Object>public Set<InjectionPoint> getInjectionPoints()
getInjectionPoints in interface Bean<Object>public boolean isNullable()
isNullable in interface Bean<Object>public void destroy(Object instance, CreationalContext<Object> creationalContext)
destroy in interface Contextual<Object>public Set<Type> getTypes()
getTypes in interface BeanAttributes<Object>public Set<Annotation> getQualifiers()
getQualifiers in interface BeanAttributes<Object>public Class<? extends Annotation> getScope()
getScope in interface BeanAttributes<Object>public String getName()
getName in interface BeanAttributes<Object>public Set<Class<? extends Annotation>> getStereotypes()
getStereotypes in interface BeanAttributes<Object>public boolean isAlternative()
isAlternative in interface BeanAttributes<Object>Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.