|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.weld.metadata.cache.AnnotationModel<T>
org.jboss.weld.metadata.cache.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
| Field Summary |
|---|
| Fields inherited from class org.jboss.weld.metadata.cache.AnnotationModel |
|---|
valid |
| Constructor Summary | |
|---|---|
StereotypeModel(java.lang.Class<T> sterotype,
ClassTransformer transformer)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.annotation.Annotation |
getDefaultScopeType()
Get the default scope type the stereotype specifies |
java.util.Set<java.lang.annotation.Annotation> |
getInheritedSterotypes()
|
java.util.Set<java.lang.annotation.Annotation> |
getInterceptorBindings()
Get any interceptor bindings the the stereotype specifies |
java.util.Set<java.lang.annotation.Annotation> |
getMetaAnnotations()
|
protected java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> |
getMetaAnnotationTypes()
Gets the meta-annotation type |
protected void |
initValid()
Validates the data for correct annotation |
boolean |
isBeanNameDefaulted()
Indicates if the bean name is defaulted |
boolean |
isPolicy()
|
| Methods inherited from class org.jboss.weld.metadata.cache.AnnotationModel |
|---|
getAnnotatedAnnotation, getRawType, init, initType, isValid, toString |
| 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 stereotype| Method Detail |
|---|
protected void initValid()
AnnotationModel
initValid in class AnnotationModel<T extends java.lang.annotation.Annotation>public java.lang.annotation.Annotation getDefaultScopeType()
public java.util.Set<java.lang.annotation.Annotation> getInterceptorBindings()
public boolean isBeanNameDefaulted()
protected java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> getMetaAnnotationTypes()
getMetaAnnotationTypes in class AnnotationModel<T extends java.lang.annotation.Annotation>public boolean isPolicy()
public java.util.Set<java.lang.annotation.Annotation> getInheritedSterotypes()
public java.util.Set<java.lang.annotation.Annotation> getMetaAnnotations()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||