public class ValueProducerBeanAttributes<T> extends Object
| 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()
public Set<Annotation> getQualifiers()
public Class<? extends Annotation> getScope()
public Set<Class<? extends Annotation>> getStereotypes()
public boolean isAlternative()
Copyright © 2018 JBoss by Red Hat. All rights reserved.