public static class JSONConfiguration.Builder extends Object
JSONConfiguration
optionsModifier and Type | Field and Description |
---|---|
protected Collection<String> |
arrays |
protected Collection<String> |
attrsAsElems |
protected boolean |
humanReadableFormatting |
protected Map<String,String> |
jsonXml2JsonNs |
protected Character |
namespaceSeparator |
protected Collection<String> |
nonStrings |
protected boolean |
rootUnwrapping |
protected boolean |
usePrefixAtNaturalAttributes |
Modifier and Type | Method and Description |
---|---|
JSONConfiguration |
build()
Constructs a new immutable
JSONConfiguration object based on options set on this Builder |
protected Collection<String> arrays
protected Collection<String> attrsAsElems
protected Collection<String> nonStrings
protected boolean rootUnwrapping
protected boolean humanReadableFormatting
protected boolean usePrefixAtNaturalAttributes
protected Character namespaceSeparator
public JSONConfiguration build()
JSONConfiguration
object based on options set on this BuilderJSONConfiguration
instanceCopyright © 2013 Oracle Corporation. All rights reserved.