public class PojoMapperFactory extends Object implements RowMapperFactory
immutables-style Immutable or Modifiable value class for properties
and binds them in the style of BeanMapper.| Constructor and Description |
|---|
PojoMapperFactory() |
| Modifier and Type | Method and Description |
|---|---|
Optional<RowMapper<?>> |
build(Type type,
ConfigRegistry config)
Supplies a row mapper which will map result set rows to type if the factory supports it; empty otherwise.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic Optional<RowMapper<?>> build(Type type, ConfigRegistry config)
RowMapperFactorybuild in interface RowMapperFactorytype - the target type to map toconfig - the config registry, for compositionOptional.empty() otherwise.for compositionCopyright © 2019. All rights reserved.