Interface SinkExtractor<T extends Sink>

  • All Known Implementing Classes:
    JavaSink, StringSink

    public interface SinkExtractor<T extends Sink>
    An extractor of sinks produces by Smooks.

    Implementors of SinkExtractor are able to extract specific a object from the sink of a Smooks filtering process.

    Since:
    1.4
    Author:
    Daniel Bevenius
    • Method Detail

      • extractFromSink

        Object extractFromSink​(T sink,
                               Export export)