Interface ResultRowMapperFactory

All Known Implementing Classes:
ArrayResultRowMapperFactory, CustomResultRowMapperFactory, MapResultRowMapperFactory

public interface ResultRowMapperFactory
  • Method Details

    • supports

      boolean supports(Class<?> clazz)
      Returns:
      true if this factory supports the given target type
    • createMapper

      ResultRowMapper<?> createMapper(Class<?> clazz)
      Returns:
      a ResultRowMapper that can produce results of type T