public final class PropertyOrderStrategy
extends java.lang.Object
JsonbConfig.withPropertyOrderStrategy(String)
JsonbConfig
Modifier and Type | Field and 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.
|
public static final java.lang.String LEXICOGRAPHICAL
public static final java.lang.String ANY
public static final java.lang.String REVERSE