Class CacheInvocationParameterImpl
java.lang.Object
org.apache.commons.jcs3.jcache.cdi.CacheInvocationParameterImpl
- All Implemented Interfaces:
- javax.cache.annotation.CacheInvocationParameter
public class CacheInvocationParameterImpl
extends Object
implements javax.cache.annotation.CacheInvocationParameter
- 
Constructor SummaryConstructorsConstructorDescriptionCacheInvocationParameterImpl(Class<?> type, Object value, Set<Annotation> annotations, int position) 
- 
Method Summary
- 
Constructor Details- 
CacheInvocationParameterImplpublic CacheInvocationParameterImpl(Class<?> type, Object value, Set<Annotation> annotations, int position) 
 
- 
- 
Method Details- 
getRawType- Specified by:
- getRawTypein interface- javax.cache.annotation.CacheInvocationParameter
 
- 
getValue- Specified by:
- getValuein interface- javax.cache.annotation.CacheInvocationParameter
 
- 
getAnnotations- Specified by:
- getAnnotationsin interface- javax.cache.annotation.CacheInvocationParameter
 
- 
getParameterPosition- Specified by:
- getParameterPositionin interface- javax.cache.annotation.CacheInvocationParameter
 
 
-