public static class IDaoMethod.MethodSignatrue
extends java.lang.Object
| 构造器和说明 |
|---|
MethodSignatrue(java.lang.Class<?> daoInterface,
java.lang.reflect.Method method,
java.lang.Object[] args) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.reflect.Type[] |
getActualTypes() |
java.lang.Object[] |
getArgs() |
java.lang.reflect.Method |
getMethod() |
java.lang.String |
getMethodName() |
java.lang.Class<?> |
getReturnType() |
boolean |
isAllPrimaryParamter() |
boolean |
isReturnsMany() |
boolean |
isReturnsMap() |
boolean |
isReturnsVoid() |
public MethodSignatrue(java.lang.Class<?> daoInterface,
java.lang.reflect.Method method,
java.lang.Object[] args)
public java.lang.String getMethodName()
public boolean isReturnsMany()
public boolean isReturnsMap()
public boolean isReturnsVoid()
public boolean isAllPrimaryParamter()
public java.lang.reflect.Method getMethod()
public java.lang.Class<?> getReturnType()
public java.lang.Object[] getArgs()
public java.lang.reflect.Type[] getActualTypes()
Copyright © 2018. All Rights Reserved.