Class PayaraCacheInvocationParameter

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

    public class PayaraCacheInvocationParameter
    extends Object
    implements javax.cache.annotation.CacheInvocationParameter
    Author:
    steve
    • Constructor Detail

      • PayaraCacheInvocationParameter

        public PayaraCacheInvocationParameter​(Class clazz,
                                              Annotation[] annotations,
                                              Object value,
                                              int position)
    • 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