public final class PropertyOrderStrategy extends Object
JsonbConfig.withPropertyOrderStrategy(String)JsonbConfig| Modifier and Type | Field and Description | 
|---|---|
static String | 
ANY
Using this strategy, the order of properties
 is not guaranteed to retain any order. 
 | 
static String | 
LEXICOGRAPHICAL
Using this strategy, the order of properties is lexicographical. 
 | 
static String | 
REVERSE
Using this strategy, the order of properties is in reverse order
 to lexicographical order. 
 | 
public static final String LEXICOGRAPHICAL
public static final String ANY
public static final String REVERSE
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.