Class ProductCharacteristicsDomainType

    • Constructor Detail

      • ProductCharacteristicsDomainType

        public ProductCharacteristicsDomainType()
    • Method Detail

      • fixValue

        public static Object fixValue​(Object value)
        Columns that use the ProductCharacteristics reference store in the database a String representation of the product characteristics. Under certain circumstances the value sent from the client to the datasource is not that String, but a JSON object that contains it in its dbValue property. In that case, return the dbValue property
        Parameters:
        value - the value sent from the client to the datasource
        Returns:
        the String representation of the product characteristics