public class JsonOptionInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
AllArray |
String |
AttributePrefix |
boolean |
AutoNull |
String |
CDataNodeName |
HashSet<String> |
ForceArrayXPathList |
CaseInsensitiveMap<JsonValueXPathInfo> |
ForceValueTypeList |
boolean |
IgnoreNamespace
Default is true
ignore Namespace name before node,
i.e dc:nodeName => nodeName
|
boolean |
IgnoreRoot |
String |
NamespacePrefix
prefix xmlns:namespaces
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
JsonValueOption |
ValueOption |
| Constructor and Description |
|---|
JsonOptionInfo() |
public String AttributePrefix
public String NamespacePrefix
public String CDataNodeName
public boolean IgnoreNamespace
public boolean AllArray
public JsonValueOption ValueOption
public CaseInsensitiveMap<JsonValueXPathInfo> ForceValueTypeList
public boolean AutoNull
public boolean IgnoreRoot
Copyright © 2016. All rights reserved.