public class MethodConfig extends Object
Constructor and Description |
---|
MethodConfig() |
Modifier and Type | Method and Description |
---|---|
CacheActions |
getCacheActions() |
String |
getMethodName() |
List<ParameterType> |
getParamTypes() |
void |
setCacheActions(CacheActions cacheActions) |
void |
setMethodName(String methodName) |
void |
setParamTypes(List<ParameterType> paramTypes) |
public String getMethodName()
public void setMethodName(String methodName)
public List<ParameterType> getParamTypes()
public void setParamTypes(List<ParameterType> paramTypes)
public CacheActions getCacheActions()
public void setCacheActions(CacheActions cacheActions)
Copyright © 2006–2018 TinyGroup. All rights reserved.