Package org.mule.module.json.transformers

Transfromers for converting from JavaBeans and collections to JSON and back again.

See:
          Description

Class Summary
AbstractJsonTransformer TODO
AbstractToFromXmlTransformer Superclass for transformers that convert JSON to and from XML
JsonMapperResolver This resolver is used by the transform engine to inject a ObjectMapper into a method that requires it.
JsonSchemaValidationFilter Validate a JSON string against an XML schema.
JsonToObject A transformer that will convert a JSON encoded object graph to a java object.
JsonToXml Convert JSON to an XML document string
JsonTransformerResolver A TransformerResolver implementation used to discover whether the current transform requests requires Json mashaling.
JsonXsltTransformer Convert Json to Json using XSLT
ObjectToJson Converts a java object to a JSON encoded object that can be consumed by other languages such as Javascript or Ruby.
TransformerInputs  
XmlToJson Convert XML to a JSON string
 

Package org.mule.module.json.transformers Description

Transfromers for converting from JavaBeans and collections to JSON and back again. There is also support for transforming from JSON to XML.



Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.