|
||||||||||
| 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(java.util.Set<java.lang.annotation.Annotation> stereotypeAnnotations,
BeanManagerImpl manager)
Constructor |
|
| Method Summary | |
|---|---|
java.util.Set<java.lang.annotation.Annotation> |
getPossibleScopeTypes()
Returns the possible scope types |
java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> |
getStereotypes()
|
boolean |
isBeanNameDefaulted()
Indicates if the name i defaulted |
boolean |
isPolicy()
|
protected void |
merge(java.util.Set<java.lang.annotation.Annotation> stereotypeAnnotations)
Perform the merge |
java.lang.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(java.util.Set<java.lang.annotation.Annotation> stereotypeAnnotations,
BeanManagerImpl manager)
stereotypeAnnotations - The stereotypes to merge| Method Detail |
|---|
protected void merge(java.util.Set<java.lang.annotation.Annotation> stereotypeAnnotations)
stereotypeAnnotations - The stereotype annotationspublic boolean isPolicy()
public java.util.Set<java.lang.annotation.Annotation> getPossibleScopeTypes()
public boolean isBeanNameDefaulted()
public java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> getStereotypes()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||