Interface ValueExtractor<X>

  • All Known Implementing Classes:
    BasicExtractor

    public interface ValueExtractor<X>
    Contract for extracting values from a JDBC ResultSet or from output the parameters of a CallableStatement.
    API Note:
    Extractors, as well as binders, should never apply conversions. Instead, callers of the extractor are expected to coordinate between the extraction and conversion.