public class PayaraCacheInvocationParameter extends Object implements javax.cache.annotation.CacheInvocationParameter
| Constructor and Description |
|---|
PayaraCacheInvocationParameter(Class clazz,
Annotation[] annotations,
Object value,
int position) |
| Modifier and Type | Method and Description |
|---|---|
Set<Annotation> |
getAnnotations() |
int |
getParameterPosition() |
Class<?> |
getRawType() |
Object |
getValue() |
public PayaraCacheInvocationParameter(Class clazz, Annotation[] annotations, Object value, int position)
public 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.