Class SchemaTypeTransducer<V>

  • All Implemented Interfaces:
    Transducer<V>

    public class SchemaTypeTransducer<V>
    extends FilterTransducer<V>
    Transducer that signals the runtime that this datatype is marshalled to a different XML Schema type.

    This transducer is used to implement the semantics of XmlSchemaType annotation.

    Author:
    Kohsuke Kawaguchi
    See Also:
    XMLSerializer.schemaType