public final class PropertyOrderStrategy
extends java.lang.Object
JsonbConfig.withPropertyOrderStrategy(String)JsonbConfig| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | ANYUsing this strategy, the order of properties
 is not guaranteed to retain any order. | 
| static java.lang.String | LEXICOGRAPHICALUsing this strategy, the order of properties is lexicographical. | 
| static java.lang.String | REVERSEUsing 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