Package org.apache.unomi.persistence.spi
Class PropertyHelper
- java.lang.Object
-
- org.apache.unomi.persistence.spi.PropertyHelper
-
public class PropertyHelper extends Object
Helper method for properties
-
-
Constructor Summary
Constructors Constructor Description PropertyHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-