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