Class MimeTypedTransducer<V>

  • All Implemented Interfaces:
    Transducer<V>

    public final class MimeTypedTransducer<V>
    extends FilterTransducer<V>
    Transducer decorator that wraps another Transducer and sets the expected MIME type to the context.

    Combined with Transducer implementations (such as one for Image), this is used to control the marshalling of the BLOB types.

    Author:
    Kohsuke Kawaguchi