public static class JettisonConfig.MappedJettisonBuilder extends JettisonConfig.Builder
JettisonConfig options
for the JettisonConfig.Notation.MAPPED_JETTISON convention.jsonXml2JsonNs| Modifier and Type | Method and Description |
|---|---|
JettisonConfig.MappedJettisonBuilder |
xml2JsonNs(Map<String,String> jsonXml2JsonNs)
Setter for XML to JSON namespace mapping.
|
buildpublic JettisonConfig.MappedJettisonBuilder xml2JsonNs(Map<String,String> jsonXml2JsonNs)
JettisonConfig.Notation.MAPPED_JETTISON
notation only.
The value is a map with zero or more key/value pairs, where the key is an XML namespace and the value is the prefix to use as the replacement for the XML namespace.
The default value is a map with zero key/value pairs.
jsonXml2JsonNs - XML to JSON namespace map.Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.