public class GlueReflectionSupport<T> extends Object
Constructor and Description |
---|
GlueReflectionSupport() |
Modifier and Type | Method and Description |
---|---|
void |
generateGetterMethodMap(String[] names,
T item) |
T |
generateObject(Class<?> type,
List<String> tokens,
String[] names) |
void |
generateSetterMethodMap(Class<?> type,
String[] names) |
void |
getFieldType(Class<?> type,
String[] names) |
HashMap<String,Method> |
getMethodMap() |
String[] |
getSqlTypeArray(String[] params,
Object item) |
Object |
invokeGettterMethod(T item,
String names) |
Object |
invokeGettterMethod(T item,
String param,
Map<String,Method> mapMethod) |
public void generateSetterMethodMap(Class<?> type, String[] names) throws Exception
Exception
public void generateGetterMethodMap(String[] names, T item) throws Exception
Exception
public Object invokeGettterMethod(T item, String param, Map<String,Method> mapMethod)
Copyright © 2013–2019 POSCO ICT. All rights reserved.