|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.weld.metadata.cache.MergedStereotypes<T,E>
public class MergedStereotypes<T,E>
Meta model for the merged stereotype for a bean
Constructor Summary | |
---|---|
MergedStereotypes(Set<Annotation> stereotypeAnnotations,
BeanManagerImpl manager)
Constructor |
Method Summary | |
---|---|
Set<Annotation> |
getPossibleScopes()
Returns the possible scope types |
Set<Class<? extends Annotation>> |
getStereotypes()
|
boolean |
isAlternative()
|
boolean |
isBeanNameDefaulted()
Indicates if the name i defaulted |
protected void |
merge(Set<Annotation> stereotypeAnnotations)
Perform the merge |
String |
toString()
Gets a string representation of the merged stereotypes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MergedStereotypes(Set<Annotation> stereotypeAnnotations, BeanManagerImpl manager)
stereotypeAnnotations
- The stereotypes to mergeMethod Detail |
---|
protected void merge(Set<Annotation> stereotypeAnnotations)
stereotypeAnnotations
- The stereotype annotationspublic boolean isAlternative()
public Set<Annotation> getPossibleScopes()
public boolean isBeanNameDefaulted()
public Set<Class<? extends Annotation>> getStereotypes()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |