public class AttributesRowMapper extends Object implements RowMapper<AttributesMap>
RowMapper producing AttributesMaps.RowMapper.Quadrupled<T,U,V,W>, RowMapper.Tripled<T,U,V>, RowMapper.Tupled<T,U>| Constructor and Description |
|---|
AttributesRowMapper(AttributeMapper<?>... mappers) |
AttributesRowMapper(Stream<AttributeMapper<?>> mappers) |
AttributesRowMapper(Supplier<AttributesMap.Builder> attributeMapBuilderSupplier,
AttributeMapper<?>... mappers) |
AttributesRowMapper(Supplier<AttributesMap.Builder> attributeMapBuilderSupplier,
Stream<AttributeMapper<?>> mappers) |
| Modifier and Type | Method and Description |
|---|---|
AttributesMap |
fromResultSet(ResultSet rs,
int rowNum) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, combinedWith, fromResultSet, of, ofpublic AttributesRowMapper(AttributeMapper<?>... mappers)
public AttributesRowMapper(Supplier<AttributesMap.Builder> attributeMapBuilderSupplier, AttributeMapper<?>... mappers)
public AttributesRowMapper(Stream<AttributeMapper<?>> mappers)
public AttributesRowMapper(Supplier<AttributesMap.Builder> attributeMapBuilderSupplier, Stream<AttributeMapper<?>> mappers)
public AttributesMap fromResultSet(ResultSet rs, int rowNum) throws SQLException
fromResultSet in interface RowMapper<AttributesMap>SQLExceptionCopyright © 2016 Digipost. All rights reserved.