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