|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheInvocationParameter
A parameter to an intercepted method invocation. Contains the parameter value as well static type and annotation information about the parameter.
| Method Summary | |
|---|---|
Set<Annotation> |
getAnnotations()
|
int |
getParameterPosition()
The index of the parameter in the original parameter array as returned by CacheInvocationContext.getAllParameters() |
Class<?> |
getRawType()
The parameter type as declared on the method. |
Object |
getValue()
|
| Method Detail |
|---|
Class<?> getRawType()
Object getValue()
Set<Annotation> getAnnotations()
int getParameterPosition()
CacheInvocationContext.getAllParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||