complexType "objectToJsonTransformerType"
Namespace:
Content:
complex, 7 attributes, 1 element
Defined:
globally in mule-json.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    returnClass
 = 
xsd:string
    ignoreBadInput
 = 
(xsd:string | xsd:boolean)
    mimeType
 = 
xsd:string
    encoding
 = 
xsd:string
    mapper-ref
 = 
xsd:string
    sourceClass
 = 
xsd:string
    >
   
Content: 
serialization-mixin*
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
      jsonTransformerType (extension)
          objectToJsonTransformerType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="objectToJsonTransformerType">
<xsd:complexContent>
<xsd:extension base="jsonTransformerType">
<xsd:sequence maxOccurs="unbounded" minOccurs="0">
<xsd:element name="serialization-mixin" type="mixin"/>
</xsd:sequence>
<xsd:attribute name="sourceClass" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/7)
sourceClass
Type:
xsd:string, predefined
Use:
optional
Restrict the accepted source class object to a specific type. If not set the transformer will handle all source types. Note that if you need to specify an array type you need to postfix the class name with '[]'. For example, if you want to ensure the transformer only accepts an Orange[], you set the sourceClass to 'org.mule.tck.testmodels.fruit.Orange[]'.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="sourceClass" type="xsd:string"/>
Content Element Detail (all declarations; defined in this component only; 1/1)
serialization-mixin
Type:
mixin, mixed content
XML Source (see within schema source)
<xsd:element name="serialization-mixin" type="mixin"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.