Class CacheInvocationParameterImpl

java.lang.Object
org.infinispan.jcache.annotation.CacheInvocationParameterImpl
All Implemented Interfaces:
javax.cache.annotation.CacheInvocationParameter

public class CacheInvocationParameterImpl extends Object implements javax.cache.annotation.CacheInvocationParameter
The CacheInvocationParameter implementation.
Author:
Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI, Galder ZamarreƱo
  • Constructor Details

    • CacheInvocationParameterImpl

      public CacheInvocationParameterImpl(ParameterMetaData parameterMetaData, Object parameterValue)
  • Method Details

    • getRawType

      public Class<?> getRawType()
      Specified by:
      getRawType in interface javax.cache.annotation.CacheInvocationParameter
    • getValue

      public Object getValue()
      Specified by:
      getValue in interface javax.cache.annotation.CacheInvocationParameter
    • getAnnotations

      public Set<Annotation> getAnnotations()
      Specified by:
      getAnnotations in interface javax.cache.annotation.CacheInvocationParameter
    • getParameterPosition

      public int getParameterPosition()
      Specified by:
      getParameterPosition in interface javax.cache.annotation.CacheInvocationParameter
    • toString

      public String toString()
      Overrides:
      toString in class Object