public class CacheInvokeContext extends Object
| 构造器和说明 |
|---|
CacheInvokeContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object[] |
getArgs() |
BiFunction<CacheInvokeContext,CacheAnnoConfig,Cache> |
getCacheFunction() |
CacheInvokeConfig |
getCacheInvokeConfig() |
String[] |
getHiddenPackages() |
Invoker |
getInvoker() |
Method |
getMethod() |
void |
setArgs(Object[] args) |
void |
setCacheFunction(BiFunction<CacheInvokeContext,CacheAnnoConfig,Cache> cacheFunction) |
void |
setCacheInvokeConfig(CacheInvokeConfig cacheInvokeConfig) |
void |
setHiddenPackages(String[] hiddenPackages) |
void |
setInvoker(Invoker invoker) |
void |
setMethod(Method method) |
public void setInvoker(Invoker invoker)
public Invoker getInvoker()
public Method getMethod()
public void setMethod(Method method)
public void setArgs(Object[] args)
public void setCacheInvokeConfig(CacheInvokeConfig cacheInvokeConfig)
public CacheInvokeConfig getCacheInvokeConfig()
public void setHiddenPackages(String[] hiddenPackages)
public String[] getHiddenPackages()
public void setCacheFunction(BiFunction<CacheInvokeContext,CacheAnnoConfig,Cache> cacheFunction)
public BiFunction<CacheInvokeContext,CacheAnnoConfig,Cache> getCacheFunction()
public Object[] getArgs()
Copyright © 2013–2018. All rights reserved.