public static class JSONConfiguration.Builder
extends java.lang.Object
JSONConfiguration
optionsModifier and Type | Field and Description |
---|---|
protected java.util.Collection<java.lang.String> |
arrays |
protected java.util.Collection<java.lang.String> |
attrsAsElems |
protected boolean |
humanReadableFormatting |
protected java.util.Map<java.lang.String,java.lang.String> |
jsonXml2JsonNs |
protected java.lang.Character |
namespaceSeparator |
protected java.util.Collection<java.lang.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 java.util.Collection<java.lang.String> arrays
protected java.util.Collection<java.lang.String> attrsAsElems
protected java.util.Collection<java.lang.String> nonStrings
protected boolean rootUnwrapping
protected boolean humanReadableFormatting
protected java.util.Map<java.lang.String,java.lang.String> jsonXml2JsonNs
protected boolean usePrefixAtNaturalAttributes
protected java.lang.Character namespaceSeparator
public JSONConfiguration build()
JSONConfiguration
object based on options set on this BuilderJSONConfiguration
instanceCopyright © 2016 Oracle Corporation. All Rights Reserved.