Class PropertyHelper


  • public class PropertyHelper
    extends Object
    Helper method for properties
    • Constructor Detail

      • PropertyHelper

        public PropertyHelper()
    • Method Detail

      • setProperty

        public static boolean setProperty​(Object target,
                                          String propertyName,
                                          Object propertyValue,
                                          String setPropertyStrategy)
      • getInteger

        public static Integer getInteger​(Object value)
      • getLong

        public static Long getLong​(Object value)
      • getDouble

        public static Double getDouble​(Object value)
      • getBooleanValue

        public static Boolean getBooleanValue​(Object setPropertyValueBoolean)
      • getValueByTypeId

        public static Object getValueByTypeId​(Object propertyValue,
                                              String valueTypeId)
      • compareValues

        public static boolean compareValues​(Object propertyValue,
                                            Object beanPropertyValue)