org.springframework.core.convert.converter.Converter<java.time.Instant,String>
@WritingConverter public class InstantToStringConverter extends Object implements org.springframework.core.convert.converter.Converter<java.time.Instant,String>
InstantToStringConverter()
String
convert(java.time.Instant source)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
public InstantToStringConverter()
public String convert(java.time.Instant source)
convert