Package com.redis.om.spring.convert
Class LocalDateTimeToStringConverter
java.lang.Object
com.redis.om.spring.convert.LocalDateTimeToStringConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<LocalDateTime,String>
@Component
@WritingConverter
public class LocalDateTimeToStringConverter
extends Object
implements org.springframework.core.convert.converter.Converter<LocalDateTime,String>
-
Constructor Details
-
LocalDateTimeToStringConverter
public LocalDateTimeToStringConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<LocalDateTime,String>
-