liquibase.util
Class ObjectUtil
java.lang.Object
liquibase.util.ObjectUtil
public class ObjectUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectUtil
public ObjectUtil()
getProperty
public static Object getProperty(Object object,
String propertyName)
throws IllegalAccessException,
InvocationTargetException
- Throws:
IllegalAccessException
InvocationTargetException
getPropertyType
public static Class getPropertyType(Object object,
String propertyName)
hasProperty
public static boolean hasProperty(Object object,
String propertyName)
hasReadProperty
public static boolean hasReadProperty(Object object,
String propertyName)
hasWriteProperty
public static boolean hasWriteProperty(Object object,
String propertyName)
setProperty
public static void setProperty(Object object,
String propertyName,
String propertyValue)
setProperty
public static void setProperty(Object object,
String propertyName,
Object propertyValue)
Copyright © 2016 Liquibase.org. All rights reserved.