Class ExtendedFieldBuilder


  • public class ExtendedFieldBuilder
    extends DefaultFieldBuilder
    A custom field-builder, which escapes multi-valued String-properties. The comma's in the values are escaped using a '\' character. When the escape-chatacter is also used in the value, it's escaped as '\\'.

    Author:
    Frederik Heremans
    • Method Detail

      • getUnescapedValues

        public static java.util.List<java.lang.String> getUnescapedValues​(java.lang.String escapedString)
        Parameters:
        escapedString - the string containing the escaped, comma-seperated values.
        Returns:
        the values split up and unescaped.