Package org.apache.ibatis.reflection
Class ParamNameUtil
- java.lang.Object
-
- org.apache.ibatis.reflection.ParamNameUtil
-
public class ParamNameUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>
getParamNames(Constructor<?> constructor)
static List<String>
getParamNames(Method method)
-