javax.cache.annotation.CacheInvocationParameterpublic class CacheInvocationParameterImpl extends Object implements javax.cache.annotation.CacheInvocationParameter
| Constructor | Description |
|---|---|
CacheInvocationParameterImpl(CacheParameterDetails cacheParameterDetails,
Object value) |
Creates a CacheInvocationParameterImpl
|
| Modifier and Type | Method | Description |
|---|---|---|
Set<Annotation> |
getAnnotations() |
|
int |
getParameterPosition() |
|
Class<?> |
getRawType() |
|
Object |
getValue() |
public CacheInvocationParameterImpl(CacheParameterDetails cacheParameterDetails, Object value)
cacheParameterDetails - The pre-processed details of the parametervalue - The parameter value from the intercepted invocationpublic Class<?> getRawType()
getRawType in interface javax.cache.annotation.CacheInvocationParameterpublic Object getValue()
getValue in interface javax.cache.annotation.CacheInvocationParameterpublic Set<Annotation> getAnnotations()
getAnnotations in interface javax.cache.annotation.CacheInvocationParameterpublic int getParameterPosition()
getParameterPosition in interface javax.cache.annotation.CacheInvocationParameterCopyright © 2017. All rights reserved.