public interface RowMapperMap
| Modifier and Type | Field and Description |
|---|---|
static RowMapperMap |
EMPTY
An immutable empty instance that will return null for all arguments.
|
| Modifier and Type | Method and Description |
|---|---|
<T> RowMapper<? extends T> |
rowMapperFor(Class<T> type) |
static final RowMapperMap EMPTY
Copyright © 2017–2019 Pivotal Software, Inc.. All rights reserved.