Package com.poscoict.glueframework.util
Class GlueReflectionSupport<T>
java.lang.Object
com.poscoict.glueframework.util.GlueReflectionSupport<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
generateGetterMethodMap
(String[] names, T item) generateObject
(Class<?> type, List<String> tokens, String[] names) void
generateSetterMethodMap
(Class<?> type, String[] names) void
getFieldType
(Class<?> type, String[] names) String[]
getSqlTypeArray
(String[] params, Object item) invokeGettterMethod
(T item, String names)