public class ObjectUtil extends Object
Constructor and Description |
---|
ObjectUtil() |
Modifier and Type | Method and Description |
---|---|
static Object |
getProperty(Object object,
String propertyName) |
static void |
setProperty(Object object,
String propertyName,
String propertyValue) |
public static Object getProperty(Object object, String propertyName) throws IllegalAccessException, InvocationTargetException
public static void setProperty(Object object, String propertyName, String propertyValue) throws IllegalAccessException, InvocationTargetException
Copyright © 2017 Liquibase.org. All rights reserved.