public class CacheInvocationParameterImpl extends Object implements javax.cache.annotation.CacheInvocationParameter
| Constructor and Description |
|---|
CacheInvocationParameterImpl(CacheParameterDetails cacheParameterDetails,
Object value)
Creates a CacheInvocationParameterImpl
|
| Modifier and Type | Method and 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 © 2019. All rights reserved.