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–2020 Pivotal Software, Inc.. All rights reserved.