
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
Exceptionpublic void generateGetterMethodMap(String[] names, T item) throws Exception
Exceptionpublic Object invokeGettterMethod(T item, String param, Map<String,Method> mapMethod)
Copyright © 2013–2020 POSCO ICT. All rights reserved.