Class Properties

    • Field Detail

      • IS_PROPERTY_VALUE_TRIMMED_KEY

        public static final String IS_PROPERTY_VALUE_TRIMMED_KEY
        Spaces may be legitimate part of the value, there is no reason to trim them. But before NXP-19050, the behavior was to trim the values. We have put in place a contribution, which is overridden before Nuxeo 8 series, for backward compatibility. See NXP-19170.
        Since:
        8.2
        See Also:
        Constant Field Values
      • multiLineEscape

        protected static final String multiLineEscape
    • Constructor Detail

      • Properties

        public Properties()
      • Properties

        public Properties​(int size)
      • Properties

        public Properties​(com.fasterxml.jackson.databind.JsonNode node)
                   throws IOException
        Constructs a Properties map based on a Json node.
        Throws:
        IOException
        Since:
        5.7.3