public abstract class MapperParameter extends Object
| 构造器和说明 |
|---|
MapperParameter(Method m) |
MapperParameter(Method m,
String annoParam) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Map |
buildByParam(Object[] array) |
protected String[] |
checkFirst(Method m) |
abstract Object |
get(Object[] array) |
protected String[] |
getGeneralName(int start) |
protected String[] |
getJDK8ParaName(int start) |
protected String[] |
getParaName(int start) |
protected String |
getParaNameByAnnation(Annotation[] annons) |
protected boolean |
isRoot(Class c) |
public MapperParameter(Method m)
protected String[] getParaName(int start)
protected String[] getJDK8ParaName(int start)
protected String[] getGeneralName(int start)
protected String getParaNameByAnnation(Annotation[] annons)
protected boolean isRoot(Class c)
Copyright © 2019. All rights reserved.