Package cdc.converters.defaults
Class StringToLocalDate
java.lang.Object
cdc.converters.AbstractConverter<String,T>
cdc.converters.defaults.AbstractStringToTemporal<LocalDate>
cdc.converters.defaults.StringToLocalDate
-
Nested Class Summary
Nested classes/interfaces inherited from class cdc.converters.defaults.AbstractStringToTemporal
AbstractStringToTemporal.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringToLocalDatestatic final StringToLocalDate'yyyyMMdd'static final StringToLocalDate'dd-MM-yyyy'static final StringToLocalDate'yyyy-MM-dd'static final Factory<StringToLocalDate>static final StringToLocalDate'yyyy-MM-dd' or 'yyyy-MM-dd+HH:mm'static final StringToLocalDate'yyyy-MM-dd'static final StringToLocalDate'dd/MM/yyyy'static final StringToLocalDate'yyyy/MM/dd'Fields inherited from class cdc.converters.defaults.AbstractStringToTemporal
FORMATTER, FPARAMS_FORMATTER, FPARAMS_PATTERN_LOCALE, LOCALE, PATTERNFields inherited from interface cdc.converters.Converter
META_FARGS, SOURCE_CLASS, TARGET_CLASS -
Method Summary
Modifier and TypeMethodDescriptionfinal LocalDatestatic StringToLocalDatestatic StringToLocalDatecreate(DateTimeFormatter formatter) Methods inherited from class cdc.converters.defaults.AbstractStringToTemporal
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
-
AUTO
-
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
-
apply
-