|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webbeans.metadata.AnnotationModel<T>
org.jboss.webbeans.metadata.StereotypeModel<T>
public class StereotypeModel<T extends java.lang.annotation.Annotation>
A meta model for a stereotype, allows us to cache a stereotype and to validate it
Constructor Summary | |
---|---|
StereotypeModel(java.lang.Class<T> sterotype,
ClassTransformer transformer)
Constructor |
Method Summary | |
---|---|
java.lang.annotation.Annotation |
getDefaultDeploymentType()
Get the default deployment type the stereotype specifies |
java.lang.annotation.Annotation |
getDefaultScopeType()
Get the default scope type the stereotype specifies |
java.util.Set<java.lang.annotation.Annotation> |
getInterceptorBindings()
Get any interceptor bindings the the stereotype specifies |
protected java.lang.Class<? extends java.lang.annotation.Annotation> |
getMetaAnnotation()
Gets the meta-annotation type |
java.util.Set<java.lang.Class<?>> |
getRequiredTypes()
Gets the required types |
java.lang.Class<? extends java.lang.annotation.Annotation> |
getStereotypeClass()
Deprecated. |
java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> |
getSupportedScopes()
Gets the supported scopes |
boolean |
isBeanNameDefaulted()
Indicates if the bean name is defaulted |
java.lang.String |
toString()
Gets a string representation of the stereotype |
Methods inherited from class org.jboss.webbeans.metadata.AnnotationModel |
---|
getAnnotatedAnnotation, getRawType, init, initType, initValid, isValid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StereotypeModel(java.lang.Class<T> sterotype, ClassTransformer transformer)
sterotype
- The stereotypeMethod Detail |
---|
public java.lang.annotation.Annotation getDefaultDeploymentType()
public java.lang.annotation.Annotation getDefaultScopeType()
public java.util.Set<java.lang.annotation.Annotation> getInterceptorBindings()
public boolean isBeanNameDefaulted()
public java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> getSupportedScopes()
public java.util.Set<java.lang.Class<?>> getRequiredTypes()
@Deprecated public java.lang.Class<? extends java.lang.annotation.Annotation> getStereotypeClass()
public java.lang.String toString()
toString
in class AnnotationModel<T extends java.lang.annotation.Annotation>
protected java.lang.Class<? extends java.lang.annotation.Annotation> getMetaAnnotation()
getMetaAnnotation
in class AnnotationModel<T extends java.lang.annotation.Annotation>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |