public class CacheInvocationParameterImpl extends Object implements javax.cache.annotation.CacheInvocationParameter
CacheInvocationParameter implementation.| Constructor and Description |
|---|
CacheInvocationParameterImpl(ParameterMetaData parameterMetaData,
Object parameterValue) |
| Modifier and Type | Method and Description |
|---|---|
Set<Annotation> |
getAnnotations() |
int |
getParameterPosition() |
Class<?> |
getRawType() |
Object |
getValue() |
String |
toString() |
public CacheInvocationParameterImpl(ParameterMetaData parameterMetaData, Object parameterValue)
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 © 2025 JBoss, a division of Red Hat. All rights reserved.