public class JavaTimeMapperFactory extends Object implements ColumnMapperFactory
for the list of types
Constructor and Description |
---|
JavaTimeMapperFactory() |
Modifier and Type | Method and Description |
---|---|
Optional<ColumnMapper<?>> |
build(Type type,
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, wait
of
public Optional<ColumnMapper<?>> build(Type type, ConfigRegistry config)
ColumnMapperFactory
build
in interface ColumnMapperFactory
type
- the target type to map toconfig
- the config registry, for compositionOptional.empty()
otherwise.for composition
Copyright © 2018. All rights reserved.