public class DeltaDecoratorBean extends Object implements javax.enterprise.inject.spi.Decorator<DeltaDecorator>
| Constructor and Description |
|---|
DeltaDecoratorBean(javax.enterprise.inject.spi.AnnotatedField<? super DeltaDecorator> annotatedField,
javax.enterprise.inject.spi.BeanManager bm) |
| Modifier and Type | Method and Description |
|---|---|
DeltaDecorator |
create(javax.enterprise.context.spi.CreationalContext<DeltaDecorator> creationalContext) |
void |
destroy(DeltaDecorator instance,
javax.enterprise.context.spi.CreationalContext<DeltaDecorator> creationalContext) |
Class<?> |
getBeanClass() |
Set<Type> |
getDecoratedTypes() |
Set<Annotation> |
getDelegateQualifiers() |
Type |
getDelegateType() |
Set<javax.enterprise.inject.spi.InjectionPoint> |
getInjectionPoints() |
String |
getName() |
Set<Annotation> |
getQualifiers() |
Class<? extends Annotation> |
getScope() |
Set<Class<? extends Annotation>> |
getStereotypes() |
Set<Type> |
getTypes() |
boolean |
isAlternative() |
boolean |
isNullable() |
public DeltaDecoratorBean(javax.enterprise.inject.spi.AnnotatedField<? super DeltaDecorator> annotatedField, javax.enterprise.inject.spi.BeanManager bm)
public Type getDelegateType()
getDelegateType in interface javax.enterprise.inject.spi.Decorator<DeltaDecorator>public Set<Annotation> getDelegateQualifiers()
getDelegateQualifiers in interface javax.enterprise.inject.spi.Decorator<DeltaDecorator>public Set<Type> getDecoratedTypes()
getDecoratedTypes in interface javax.enterprise.inject.spi.Decorator<DeltaDecorator>public Class<?> getBeanClass()
getBeanClass in interface javax.enterprise.inject.spi.Bean<DeltaDecorator>public Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
getInjectionPoints in interface javax.enterprise.inject.spi.Bean<DeltaDecorator>public boolean isNullable()
isNullable in interface javax.enterprise.inject.spi.Bean<DeltaDecorator>public Set<Type> getTypes()
getTypes in interface javax.enterprise.inject.spi.BeanAttributes<DeltaDecorator>public Set<Annotation> getQualifiers()
getQualifiers in interface javax.enterprise.inject.spi.BeanAttributes<DeltaDecorator>public Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.inject.spi.BeanAttributes<DeltaDecorator>public String getName()
getName in interface javax.enterprise.inject.spi.BeanAttributes<DeltaDecorator>public Set<Class<? extends Annotation>> getStereotypes()
getStereotypes in interface javax.enterprise.inject.spi.BeanAttributes<DeltaDecorator>public boolean isAlternative()
isAlternative in interface javax.enterprise.inject.spi.BeanAttributes<DeltaDecorator>public DeltaDecorator create(javax.enterprise.context.spi.CreationalContext<DeltaDecorator> creationalContext)
create in interface javax.enterprise.context.spi.Contextual<DeltaDecorator>public void destroy(DeltaDecorator instance, javax.enterprise.context.spi.CreationalContext<DeltaDecorator> creationalContext)
destroy in interface javax.enterprise.context.spi.Contextual<DeltaDecorator>Copyright © 2008–2016 CDI TCK. All rights reserved.