Class PayaraCacheKeyInvocationContext<A extends Annotation>
- java.lang.Object
-
- fish.payara.cdi.jsr107.implementation.PayaraCacheKeyInvocationContext<A>
-
- All Implemented Interfaces:
javax.cache.annotation.CacheInvocationContext<A>,javax.cache.annotation.CacheKeyInvocationContext<A>,javax.cache.annotation.CacheMethodDetails<A>
public class PayaraCacheKeyInvocationContext<A extends Annotation> extends Object implements javax.cache.annotation.CacheKeyInvocationContext<A>
- Author:
- steve
-
-
Constructor Summary
Constructors Constructor Description PayaraCacheKeyInvocationContext(jakarta.interceptor.InvocationContext ctx, A annotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.cache.annotation.CacheInvocationParameter[]getAllParameters()SetgetAnnotations()AgetCacheAnnotation()StringgetCacheName()javax.cache.annotation.CacheResolverFactorygetFactory()javax.cache.annotation.CacheKeyGeneratorgetGenerator()javax.cache.annotation.CacheInvocationParameter[]getKeyParameters()MethodgetMethod()ObjectgetTarget()javax.cache.annotation.CacheInvocationParametergetValueParameter()Objectunwrap(Class type)
-
-
-
Constructor Detail
-
PayaraCacheKeyInvocationContext
public PayaraCacheKeyInvocationContext(jakarta.interceptor.InvocationContext ctx, A annotation)
-
-
Method Detail
-
getTarget
public Object getTarget()
- Specified by:
getTargetin interfacejavax.cache.annotation.CacheInvocationContext<A extends Annotation>
-
getFactory
public final javax.cache.annotation.CacheResolverFactory getFactory()
-
getGenerator
public final javax.cache.annotation.CacheKeyGenerator getGenerator()
-
getAllParameters
public javax.cache.annotation.CacheInvocationParameter[] getAllParameters()
- Specified by:
getAllParametersin interfacejavax.cache.annotation.CacheInvocationContext<A extends Annotation>
-
unwrap
public Object unwrap(Class type)
- Specified by:
unwrapin interfacejavax.cache.annotation.CacheInvocationContext<A extends Annotation>
-
getMethod
public Method getMethod()
- Specified by:
getMethodin interfacejavax.cache.annotation.CacheMethodDetails<A extends Annotation>
-
getAnnotations
public Set getAnnotations()
- Specified by:
getAnnotationsin interfacejavax.cache.annotation.CacheMethodDetails<A extends Annotation>
-
getCacheName
public String getCacheName()
- Specified by:
getCacheNamein interfacejavax.cache.annotation.CacheMethodDetails<A extends Annotation>
-
getCacheAnnotation
public A getCacheAnnotation()
- Specified by:
getCacheAnnotationin interfacejavax.cache.annotation.CacheMethodDetails<A extends Annotation>
-
getKeyParameters
public javax.cache.annotation.CacheInvocationParameter[] getKeyParameters()
- Specified by:
getKeyParametersin interfacejavax.cache.annotation.CacheKeyInvocationContext<A extends Annotation>
-
getValueParameter
public javax.cache.annotation.CacheInvocationParameter getValueParameter()
- Specified by:
getValueParameterin interfacejavax.cache.annotation.CacheKeyInvocationContext<A extends Annotation>
-
-