Class String2LocalDateConverter
-
- All Implemented Interfaces:
-
org.springframework.beans.factory.Aware,org.springframework.context.EmbeddedValueResolverAware,org.springframework.core.convert.converter.GenericConverter
public class String2LocalDateConverter extends DateTimeFormatSupport
- Since:
2021-05-19
trydofor
-
-
Constructor Summary
Constructors Constructor Description String2LocalDateConverter(List<DateTimeFormatter> formats)
-
Method Summary
Modifier and Type Method Description Set<GenericConverter.ConvertiblePair>getConvertibleTypes()Objectconvert(Object source, @NotNull() TypeDescriptor sourceType, @NotNull() TypeDescriptor targetType)-
-
Constructor Detail
-
String2LocalDateConverter
String2LocalDateConverter(List<DateTimeFormatter> formats)
-
-
Method Detail
-
getConvertibleTypes
Set<GenericConverter.ConvertiblePair> getConvertibleTypes()
-
-
-
-