com.dyuproject.util.reflect
Class ReflectUtil

java.lang.Object
  extended by com.dyuproject.util.reflect.ReflectUtil

public abstract class ReflectUtil
extends Object

Util for java reflections

Author:
David Yu

Constructor Summary
ReflectUtil()
           
 
Method Summary
static Map<String,Method> getGetterMethods(Class<?> beanClass)
           
static Map<String,Method> getSetterMethods(Class<?> beanClass)
           
static String toProperty(int start, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectUtil

public ReflectUtil()
Method Detail

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.