Class PropertyOrderStrategy

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ANY
      Using this strategy, the order of properties is not guaranteed to retain any order.
      static java.lang.String LEXICOGRAPHICAL
      Using this strategy, the order of properties is lexicographical.
      static java.lang.String REVERSE
      Using this strategy, the order of properties is in reverse order to lexicographical order.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LEXICOGRAPHICAL

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

        public static final java.lang.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 java.lang.String REVERSE
        Using this strategy, the order of properties is in reverse order to lexicographical order.
        See Also:
        Constant Field Values