com.dyuproject.util.reflect
Class ReflectUtil
java.lang.Object
com.dyuproject.util.reflect.ReflectUtil
public abstract class ReflectUtil
- extends Object
Util for java reflections
- Author:
- David Yu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectUtil
public ReflectUtil()
getGetterMethods
public static Map<String,Method> getGetterMethods(Class<?> beanClass)
getSetterMethods
public static Map<String,Method> getSetterMethods(Class<?> beanClass)
toProperty
public static String toProperty(int start,
String name)
Copyright © 2013. All Rights Reserved.