public final class PropertyOrderStrategy extends Object
JsonbConfig.withPropertyOrderStrategy(String)JsonbConfig| Modifier and Type | Field | 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 © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.