public class EnumMapperFactory extends Object implements QualifiedColumnMapperFactory
| Constructor and Description |
|---|
EnumMapperFactory() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ColumnMapper<?>> |
build(QualifiedType<?> givenType,
ConfigRegistry config)
Supplies a column mapper which will map columns to type if the factory supports it; empty
otherwise.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadapt, ofpublic Optional<ColumnMapper<?>> build(QualifiedType<?> givenType, ConfigRegistry config)
QualifiedColumnMapperFactorybuild in interface QualifiedColumnMapperFactorygivenType - the target qualified type to map toconfig - the config registry, for compositionOptional.empty() otherwise.for composition,
QualifiedTypeCopyright © 2019. All rights reserved.