| Package | Description |
|---|---|
| org.apache.camel.dataformat.xmljson |
| Class and Description |
|---|
| TypeHintsEnum
Enumeration with the different Type Hints that can be used.
|
| XmlJsonDataFormat.NamespacesPerElementMapping
Encapsulates the information needed to bind namespace declarations to XML elements when performing JSON to XML conversions
Given the following JSON: { "root:": { "element": "value", "element2": "value2" }}, it will produce the following XML when "element" is
bound to prefix "ns1" and namespace URI "http://mynamespace.org":
NamespacesPerElementMapping#NamespacesPerElementMapping(String, String) constructor allows to specify
multiple prefix-namespaceURI pairs in just one String line, the format being: |ns1|http://mynamespace.org|ns2|http://mynamespace2.org| |
Apache Camel