|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webbeans.metadata.MetaDataCache
public class MetaDataCache
Metadata singleton for holding EJB metadata, scope models etc.
Constructor Summary | |
---|---|
MetaDataCache(ClassTransformer classTransformer)
|
Method Summary | ||
---|---|---|
|
getBindingTypeModel(java.lang.Class<T> bindingType)
Gets a binding type model. |
|
|
getScopeModel(java.lang.Class<T> scopeType)
Gets a scope model Adds the model if it is not present. |
|
|
getStereotype(java.lang.Class<T> stereotype)
Gets a stereotype model Adds the model if it is not present. |
|
java.lang.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 MetaDataCache(ClassTransformer classTransformer)
Method Detail |
---|
public <T extends java.lang.annotation.Annotation> StereotypeModel<T> getStereotype(java.lang.Class<T> stereotype)
T
- The typestereotype
- The stereotype
public <T extends java.lang.annotation.Annotation> ScopeModel<T> getScopeModel(java.lang.Class<T> scopeType)
T
- The typescopeType
- The scope type
public <T extends java.lang.annotation.Annotation> BindingTypeModel<T> getBindingTypeModel(java.lang.Class<T> bindingType)
T
- The typebindingType
- The binding type
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 |