Class CacheInvocationParameterImpl

  • All Implemented Interfaces:
    javax.cache.annotation.CacheInvocationParameter

    public class CacheInvocationParameterImpl
    extends Object
    implements javax.cache.annotation.CacheInvocationParameter
    The CacheInvocationParameter implementation.
    Author:
    Kevin Pollet (C) 2011 SERLI, Galder ZamarreƱo
    • Constructor Detail

      • CacheInvocationParameterImpl

        public CacheInvocationParameterImpl​(ParameterMetaData parameterMetaData,
                                            Object parameterValue)
    • Method Detail

      • 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