Class SchemaTypeTransducer<V>

java.lang.Object
com.sun.xml.bind.v2.runtime.FilterTransducer<V>
com.sun.xml.bind.v2.runtime.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