public class ValueProducerBeanAttributes<T> extends Object implements javax.enterprise.inject.spi.BeanAttributes<T>
| Constructor and Description |
|---|
ValueProducerBeanAttributes(Set<Type> myTypes,
MPJWTExtension.ClaimIP claimIP) |
ValueProducerBeanAttributes(Set<Type> myTypes,
MPJWTExtension.ClaimIP claimIP,
Class<? extends Annotation> scope) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Set the producer method bean name to the claim name + the injection site type
|
Set<Annotation> |
getQualifiers() |
Class<? extends Annotation> |
getScope() |
Set<Class<? extends Annotation>> |
getStereotypes() |
Set<Type> |
getTypes() |
boolean |
isAlternative() |
String |
toString() |
public ValueProducerBeanAttributes(Set<Type> myTypes, MPJWTExtension.ClaimIP claimIP)
public ValueProducerBeanAttributes(Set<Type> myTypes, MPJWTExtension.ClaimIP claimIP, Class<? extends Annotation> scope)
public String getName()
getName in interface javax.enterprise.inject.spi.BeanAttributes<T>public Set<Annotation> getQualifiers()
getQualifiers in interface javax.enterprise.inject.spi.BeanAttributes<T>public Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.inject.spi.BeanAttributes<T>public Set<Class<? extends Annotation>> getStereotypes()
getStereotypes in interface javax.enterprise.inject.spi.BeanAttributes<T>public Set<Type> getTypes()
getTypes in interface javax.enterprise.inject.spi.BeanAttributes<T>public boolean isAlternative()
isAlternative in interface javax.enterprise.inject.spi.BeanAttributes<T>Copyright © 2017 JBoss by Red Hat. All rights reserved.