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
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)
Copyright © 2015 Liquibase.org. All rights reserved.