|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectliquibase.util.ObjectUtil
public class ObjectUtil
| Constructor Summary | |
|---|---|
ObjectUtil()
|
|
| Method Summary | |
|---|---|
static Object |
getProperty(Object object,
String propertyName)
|
static Class |
getPropertyType(Object object,
String propertyName)
|
static boolean |
hasProperty(Object object,
String propertyName)
|
static boolean |
hasReadProperty(Object object,
String propertyName)
|
static boolean |
hasWriteProperty(Object object,
String propertyName)
|
static void |
setProperty(Object object,
String propertyName,
Object propertyValue)
|
static void |
setProperty(Object object,
String propertyName,
String propertyValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectUtil()
| Method Detail |
|---|
public static Object getProperty(Object object,
String propertyName)
throws IllegalAccessException,
InvocationTargetException
IllegalAccessException
InvocationTargetException
public static Class getPropertyType(Object object,
String propertyName)
public static boolean hasProperty(Object object,
String propertyName)
public static boolean hasReadProperty(Object object,
String propertyName)
public static boolean hasWriteProperty(Object object,
String propertyName)
public static void setProperty(Object object,
String propertyName,
String propertyValue)
public static void setProperty(Object object,
String propertyName,
Object propertyValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||