public class UnwrapsProducerBean<M> extends Object implements javax.enterprise.inject.spi.Bean<M>
Constructor and Description |
---|
UnwrapsProducerBean(javax.enterprise.inject.spi.AnnotatedMethod<?> method,
javax.enterprise.inject.spi.BeanManager manager) |
UnwrapsProducerBean(javax.enterprise.inject.spi.AnnotatedMethod<?> method,
Set<Annotation> methodQualifiers,
Set<Annotation> beanQualifiers,
javax.enterprise.inject.spi.BeanManager manager) |
Modifier and Type | Method and Description |
---|---|
M |
create(javax.enterprise.context.spi.CreationalContext<M> creationalContext) |
void |
destroy(M instance,
javax.enterprise.context.spi.CreationalContext<M> creationalContext) |
Class<?> |
getBeanClass() |
Set<javax.enterprise.inject.spi.InjectionPoint> |
getInjectionPoints() |
String |
getName() |
Set<Annotation> |
getQualifiers() |
Class<? extends Annotation> |
getScope()
the proxies that are injected all have Dependant scope
|
Set<Class<? extends Annotation>> |
getStereotypes() |
Set<Type> |
getTypes() |
boolean |
isAlternative() |
boolean |
isNullable() |
public UnwrapsProducerBean(javax.enterprise.inject.spi.AnnotatedMethod<?> method, javax.enterprise.inject.spi.BeanManager manager)
public UnwrapsProducerBean(javax.enterprise.inject.spi.AnnotatedMethod<?> method, Set<Annotation> methodQualifiers, Set<Annotation> beanQualifiers, javax.enterprise.inject.spi.BeanManager manager)
public Class<?> getBeanClass()
getBeanClass
in interface javax.enterprise.inject.spi.Bean<M>
public Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
getInjectionPoints
in interface javax.enterprise.inject.spi.Bean<M>
public String getName()
getName
in interface javax.enterprise.inject.spi.Bean<M>
public Set<Annotation> getQualifiers()
getQualifiers
in interface javax.enterprise.inject.spi.Bean<M>
public Class<? extends Annotation> getScope()
getScope
in interface javax.enterprise.inject.spi.Bean<M>
public Set<Class<? extends Annotation>> getStereotypes()
getStereotypes
in interface javax.enterprise.inject.spi.Bean<M>
public Set<Type> getTypes()
getTypes
in interface javax.enterprise.inject.spi.Bean<M>
public boolean isAlternative()
isAlternative
in interface javax.enterprise.inject.spi.Bean<M>
public boolean isNullable()
isNullable
in interface javax.enterprise.inject.spi.Bean<M>
public M create(javax.enterprise.context.spi.CreationalContext<M> creationalContext)
create
in interface javax.enterprise.context.spi.Contextual<M>
Copyright © 2008-2013 Seam Framework. All Rights Reserved.