|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webbeans.metadata.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,
ManagerImpl manager)
Constructor |
Method Summary | |
---|---|
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> |
getPossibleDeploymentTypes()
Returns the possible deployment typess |
java.util.Set<java.lang.annotation.Annotation> |
getPossibleScopeTypes()
Returns the possible scope types |
java.util.Set<java.lang.Class<?>> |
getRequiredTypes()
Returns the required types |
java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> |
getSupportedScopes()
Returns the supported scopes |
boolean |
isBeanNameDefaulted()
Indicates if the name i defaulted |
boolean |
isDeclaredInXml()
Indicates if the bean was declared in XML |
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, ManagerImpl manager)
stereotypeAnnotations
- The stereotypes to mergeMethod Detail |
---|
protected void merge(java.util.Set<java.lang.annotation.Annotation> stereotypeAnnotations)
stereotypeAnnotations
- The stereotype annotationspublic java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> getPossibleDeploymentTypes()
public java.util.Set<java.lang.annotation.Annotation> getPossibleScopeTypes()
public boolean isBeanNameDefaulted()
public java.util.Set<java.lang.Class<?>> getRequiredTypes()
public java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> getSupportedScopes()
public boolean isDeclaredInXml()
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 |