Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.FilterTransducer
-
Packages that use FilterTransducer Package Description org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. -
-
Uses of FilterTransducer in org.glassfish.jaxb.runtime.v2.runtime
Subclasses of FilterTransducer in org.glassfish.jaxb.runtime.v2.runtime Modifier and Type Class Description classInlineBinaryTransducer<V>Transducer that signals the runtime that this binary data shall be always inlined.classMimeTypedTransducer<V>Transducerdecorator that wraps anotherTransducerand sets the expected MIME type to the context.classSchemaTypeTransducer<V>Transducerthat signals the runtime that this datatype is marshalled to a different XML Schema type.
-