|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.weld.metadata.cache.MetaAnnotationStore
public class MetaAnnotationStore
Metadata singleton for holding EJB metadata, scope models etc.
Constructor Summary | |
---|---|
MetaAnnotationStore(ClassTransformer classTransformer)
|
Method Summary | ||
---|---|---|
void |
cleanup()
|
|
void |
clearAnnotationData(Class<? extends Annotation> annotationClass)
removes all data for an annotation class. |
|
|
getBindingTypeModel(Class<T> bindingType)
Gets a binding type model. |
|
|
getInterceptorBindingModel(Class<T> interceptorBinding)
|
|
|
getScopeModel(Class<T> scope)
Gets a scope model Adds the model if it is not present. |
|
|
getStereotype(Class<T> stereotype)
Gets a stereotype model Adds the model if it is not present. |
|
String |
toString()
Gets a string representation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MetaAnnotationStore(ClassTransformer classTransformer)
Method Detail |
---|
public void clearAnnotationData(Class<? extends Annotation> annotationClass)
public <T extends Annotation> StereotypeModel<T> getStereotype(Class<T> stereotype)
T
- The typestereotype
- The stereotype
public <T extends Annotation> ScopeModel<T> getScopeModel(Class<T> scope)
T
- The typescope
- The scope type
public <T extends Annotation> QualifierModel<T> getBindingTypeModel(Class<T> bindingType)
T
- The typebindingType
- The binding type
public String toString()
toString
in class Object
public void cleanup()
cleanup
in interface org.jboss.weld.bootstrap.api.Service
public <T extends Annotation> InterceptorBindingModel<T> getInterceptorBindingModel(Class<T> interceptorBinding)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |