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.CacheInvocationParameter
public Object getValue()
getValue
in interface javax.cache.annotation.CacheInvocationParameter
public Set<Annotation> getAnnotations()
getAnnotations
in interface javax.cache.annotation.CacheInvocationParameter
public int getParameterPosition()
getParameterPosition
in interface javax.cache.annotation.CacheInvocationParameter
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.