public class CacheInvocationParameterImpl extends Object implements javax.cache.annotation.CacheInvocationParameter
Constructor and Description |
---|
CacheInvocationParameterImpl(Class<?> type,
Object value,
Set<Annotation> annotations,
int position) |
Modifier and Type | Method and Description |
---|---|
Set<Annotation> |
getAnnotations() |
int |
getParameterPosition() |
Class<?> |
getRawType() |
Object |
getValue() |
public CacheInvocationParameterImpl(Class<?> type, Object value, Set<Annotation> annotations, int position)
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 © 2002–2018 The Apache Software Foundation. All rights reserved.