Interface Transducer<ValueT>

All Known Implementing Classes:
FilterTransducer, InlineBinaryTransducer, MimeTypedTransducer, RuntimeBuiltinLeafInfoImpl, SchemaTypeTransducer

public interface Transducer<ValueT>
Responsible for converting a Java object to a lexical representation and vice versa.

An implementation of this interface hides how this conversion happens.

Transducers are immutable.

Author:
Kohsuke Kawaguchi ([email protected])