public class ClaimProviderBeanAttributes extends Object
Constructor and Description |
---|
ClaimProviderBeanAttributes(<any> delegate,
Set<Type> types,
Set<Annotation> qualifiers)
Decorate the ConfigPropertyProducer BeanAttributes to set the types the producer applies to.
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Set<Annotation> |
getQualifiers() |
Class<? extends Annotation> |
getScope() |
Set<Class<? extends Annotation>> |
getStereotypes() |
Set<Type> |
getTypes() |
boolean |
isAlternative() |
public ClaimProviderBeanAttributes(<any> delegate, Set<Type> types, Set<Annotation> qualifiers)
delegate
- - the original producer method BeanAttributestypes
- - the full set of @Claim injection point typespublic Set<Annotation> getQualifiers()
public Class<? extends Annotation> getScope()
public String getName()
public Set<Class<? extends Annotation>> getStereotypes()
public boolean isAlternative()
Copyright © 2019 JBoss by Red Hat. All rights reserved.