Class PropertyOrderStrategy

    • Field Detail

      • LEXICOGRAPHICAL

        public static final String LEXICOGRAPHICAL
        Using this strategy, the order of properties is lexicographical.
        See Also:
        Constant Field Values
      • ANY

        public static final String ANY
        Using this strategy, the order of properties is not guaranteed to retain any order.
        See Also:
        Constant Field Values
      • REVERSE

        public static final String REVERSE
        Using this strategy, the order of properties is in reverse order to lexicographical order.
        See Also:
        Constant Field Values