public final class PropertyOrderStrategy extends ObjectSE
JsonbConfig.withPropertyOrderStrategy(String)
を介して設定できます JsonbConfig
修飾子と型 | フィールドと説明 |
---|---|
static StringSE | ANY この戦略を使用すると、プロパティの順序が順序を保持することが保証されません。 |
static StringSE | LEXICOGRAPHICAL この戦略を使用すると、プロパティの順序は辞書式順序になります。 |
static StringSE | REVERSE この戦略を使用すると、プロパティの順序は辞書式順序とは逆の順序になります。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.