Class ZonedDateTimeToStringConverter
java.lang.Object
org.ldaptive.beans.spring.convert.ZonedDateTimeToStringConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<ZonedDateTime,String>
public class ZonedDateTimeToStringConverter
extends Object
implements org.springframework.core.convert.converter.Converter<ZonedDateTime,String>
Convert a
ZonedDateTime to a String.-
Constructor Details
-
ZonedDateTimeToStringConverter
public ZonedDateTimeToStringConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<ZonedDateTime,String>
-