org.stormcat.jvbeans.common.reflect
クラス FieldUtil
java.lang.Object
org.stormcat.jvbeans.common.reflect.FieldUtil
public class FieldUtil
- extends Object
- 作成者:
- a.yamada
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldUtil
protected FieldUtil()
getField
public static Field getField(String fieldName,
Class<?> target)
getValue
public static Object getValue(Field field,
Object obj)
getGetterMethod
public static Method getGetterMethod(Field field)
getSetterMethod
public static Method getSetterMethod(Field field)
Copyright © 2009-2011 The Stormcat Project AllRights Reserved.