public interface CacheInvocationParameter
Modifier and Type | Method and Description |
---|---|
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() |
Class<?> getRawType()
Object getValue()
Set<Annotation> getAnnotations()
int getParameterPosition()
CacheInvocationContext.getAllParameters()
Copyright © 2014. All Rights Reserved.