complexType "objectToJsonTransformerType"
Namespace:
Content:
complex, 7 attributes, attr. wildcard, 2 elements
Defined:
globally in mule-json.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
(xsd:string | xsd:boolean)
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, serialization-mixin*
</...>
Content Model Elements (2):
mule:annotations, serialization-mixin
All Direct / Indirect Based Elements (1):
object-to-json-transformer
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:commonTransformerType (extension)
          mule:abstractTransformerType (extension)
              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 within this component only; 1/8)
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 within this component only; 1/2)
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 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.