Uses of Package
org.apache.camel.dataformat.xmljson

Packages that use org.apache.camel.dataformat.xmljson
org.apache.camel.dataformat.xmljson   
 

Classes in org.apache.camel.dataformat.xmljson used by org.apache.camel.dataformat.xmljson
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": valuevalue2 For convenience, the 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