element <json-to-object-transformer> (global)
Namespace:
Type:
Content:
complex, 6 attributes, attr. wildcard, 2 elements
Subst.Gr:
Defined:
globally in mule-json.xsd; see XML source
Used:
never
Content Model Diagram
XML Representation Summary
<json-to-object-transformer
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
(xsd:string | xsd:boolean)
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, deserialization-mixin*
</json-to-object-transformer>
Content model elements (2):
deserialization-mixin, mule:annotations
May be included in elements by substitutions (133):
endpoint, mule:default-exception-strategy,
Annotation
A transformer that will convert a JSON encoded object graph to a java object. The object type is determined by the 'returnClass' attribute. Note that this transformers supports Arrays and Lists. For example, to convert a JSON string to an array of org.foo.Person, set the {{returnClass=org.foo.Person\[\]}}. The JSON engine can be configured using the jsonConfig attribute. This is an object reference to an instance of: net.sf.json.JsonConfig. This can be created as a spring bean.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="json-to-object-transformer" substitutionGroup="mule:abstract-transformer" type="jsonToObjectTransformerType"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.