Package org.mule.module.json.transformers

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

See:
          Description

Class Summary
AbstractJsonTransformer TODO
JsonMapperResolver This resolver is used by the transform engine to inject a ObjectMapper into a method that requires it.
JsonToObject A transformer that will convert a JSON encoded object graph to a java object.
JsonTransformerResolver A TransformerResolver implementation used to discover whether the current transform requests requires Json mashaling.
ObjectToJson Converts a java object to a JSON encoded object that can be consumed by other languages such as Javascript or Ruby.
 

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 JOSN to XML.



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