public class DateTimeMapper extends java.lang.Object implements ValueMapperFactory
| Modifier and Type | Class and Description |
|---|---|
static interface |
DateTimeMapper.DateTime
to be put on any of the supported Temporal types to define the format of the string to be parsed.
|
| Constructor and Description |
|---|
DateTimeMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.String |
dateHack00(java.lang.String str) |
java.util.Optional<ValueMapperInstance<?>> |
maybeForType(BindingType bindingType) |
protected java.time.format.DateTimeFormatter |
newDateTimeFormatter(BindingType bindingType,
java.time.format.DateTimeFormatter defaultFormatter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitalways, defaultFactories, forClasspublic java.util.Optional<ValueMapperInstance<?>> maybeForType(BindingType bindingType)
maybeForType in interface ValueMapperFactoryprotected static java.lang.String dateHack00(java.lang.String str)
protected java.time.format.DateTimeFormatter newDateTimeFormatter(BindingType bindingType, java.time.format.DateTimeFormatter defaultFormatter)