类 MyTableColumnParser
- java.lang.Object
-
- tech.codingless.core.plugs.mybaties3.helper.MyTableColumnParser
-
public class MyTableColumnParser extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classMyTableColumnParser.ColumnProp
-
构造器概要
构造器 构造器 说明 MyTableColumnParser()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static booleanisDefaultSupportType(Class<?> clazz)是否默认支持的类型static StringmethodName2attrName(String methodName)static booleanneedSkipMethodName(String methodName)static booleanneedSkipProperties(String propName)static List<MyTableColumnParser.ColumnProp>parse(Class<?> clazz)static List<MyTableColumnParser.ColumnProp>parseSkipNull(Class<?> clazz, Object entity)
-
-
-
方法详细资料
-
parse
public static List<MyTableColumnParser.ColumnProp> parse(Class<?> clazz)
-
isDefaultSupportType
public static boolean isDefaultSupportType(Class<?> clazz)
是否默认支持的类型- 参数:
clazz- clazz- 返回:
- true 支持
-
parseSkipNull
public static List<MyTableColumnParser.ColumnProp> parseSkipNull(Class<?> clazz, Object entity) throws Exception
- 抛出:
Exception
-
needSkipMethodName
public static boolean needSkipMethodName(String methodName)
-
needSkipProperties
public static boolean needSkipProperties(String propName)
-
-