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