public class CommandMethodMetadata extends Object
| 构造器和说明 |
|---|
CommandMethodMetadata(Class<?> commandInterface,
Method method) |
| 限定符和类型 | 方法和说明 |
|---|---|
static CommandMethodMetadata |
get(Class<?> commandInterface,
Method method) |
Command |
getCommandAnnotation() |
Class<?> |
getCommandInterface() |
String |
getMetaKey() |
Method |
getMethod() |
Resource |
getResource() |
Class<?> |
getReturnType() |
Class<?> |
getTruelyReturnType() |
boolean |
isNativeSql() |
Tuple |
resove(Object[] args)
解析参数
|
void |
setMetaKey(String metaKey) |
public static CommandMethodMetadata get(Class<?> commandInterface, Method method)
public Tuple resove(Object[] args)
args - public Class<?> getTruelyReturnType()
public Resource getResource()
public Class<?> getCommandInterface()
public Command getCommandAnnotation()
public Method getMethod()
public Class<?> getReturnType()
public boolean isNativeSql()
public String getMetaKey()
public void setMetaKey(String metaKey)
Copyright © 2023. All rights reserved.