Package cdc.converters.defaults
Class LocalDateToString
java.lang.Object
cdc.converters.AbstractConverter<S,String>
cdc.converters.defaults.AbstractTemporalToString<LocalDate>
cdc.converters.defaults.LocalDateToString
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LocalDateToString'yyyyMMdd'static final LocalDateToString'dd-MM-yyyy'static final LocalDateToString'yyyy-MM-dd'static final Factory<LocalDateToString>static final LocalDateToString'yyyy-MM-dd' or 'yyyy-MM-dd+HH:mm'static final LocalDateToString'yyyy-MM-dd'static final LocalDateToString'dd/MM/yyyy'static final LocalDateToString'yyyy/MM/dd'Fields inherited from class cdc.converters.defaults.AbstractTemporalToString
FORMATTER, FPARAMS1, FPARAMS2, LOCALE, PATTERNFields inherited from interface cdc.converters.Converter
META_FARGS, SOURCE_CLASS, TARGET_CLASS -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalDateToStringstatic LocalDateToStringcreate(DateTimeFormatter formatter) Methods inherited from class cdc.converters.defaults.AbstractTemporalToString
apply, factory, getFormatter, getLocale, getParams, getPatternMethods inherited from class cdc.converters.AbstractConverter
getSourceClass, getTargetClass, getWrappedSourceClass, getWrappedTargetClass, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface cdc.converters.Converter
adapt, andThen, andThenRaw, applyRaw, areCompliantSourceAndTargetClasses, areMatchingSourceAndTargetClasses, cast, compose, composeRaw, isCompliantSourceClass, isCompliantTargetClass, isMatchingSourceClass, isMatchingTargetClass, orElse, orElseRaw
-
Field Details
-
BASIC_ISO_DATE
'yyyyMMdd' -
ISO_DATE
'yyyy-MM-dd' or 'yyyy-MM-dd+HH:mm' -
ISO_LOCAL_DATE
'yyyy-MM-dd' -
DASH_YYYY_MM_DD
'yyyy-MM-dd' -
SLASH_YYYY_MM_DD
'yyyy/MM/dd' -
DASH_DD_MM_YYYY
'dd-MM-yyyy' -
SLASH_DD_MM_YYYY
'dd/MM/yyyy' -
FACTORY
-
-
Method Details
-
create
-
create
-