|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenericMetaDataSource
Interface for the metadata source.
Method Summary | |
---|---|
List<Class> |
getInterceptingMetaData()
|
Collection |
getMetaData(Method method,
Class targetClass)
|
Attributes |
getMetaDataDelegator()
Getter method to get the metadata implementation. |
void |
setInterceptingMetaData(List<Class> interceptingAttributes)
Setter method for the list of metadata types where to apply the interceptor. |
void |
setMetaDataDelegator(Attributes attributes)
Setter method to set the metadata implementation. |
Method Detail |
---|
void setMetaDataDelegator(Attributes attributes)
attributes
- The attributes to setAttributes getMetaDataDelegator()
void setInterceptingMetaData(List<Class> interceptingAttributes)
interceptingAttributes
- Is the metadata type list.List<Class> getInterceptingMetaData()
Collection getMetaData(Method method, Class targetClass)
method
- Is the method for the current invocation. Must not be null.targetClass
- target class for this invocation. May be null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |