public class PropertyHelper extends Object
Constructor and Description |
---|
PropertyHelper() |
Modifier and Type | Method and Description |
---|---|
static boolean |
compareValues(Object propertyValue,
Object beanPropertyValue) |
static List<Object> |
convertToList(Object value) |
static Map<String,Object> |
flatten(Map<String,Object> in) |
static Boolean |
getBooleanValue(Object setPropertyValueBoolean) |
static Double |
getDouble(Object value) |
static Integer |
getInteger(Object value) |
static Long |
getLong(Object value) |
static Object |
getValueByTypeId(Object propertyValue,
String valueTypeId) |
static boolean |
setProperty(Object target,
String propertyName,
Object propertyValue,
String setPropertyStrategy) |
Copyright © 2014–2022 Apache Software Foundation. All rights reserved.