Class InstantToDateWriteConverter
java.lang.Object
org.bremersee.spring.data.convert.InstantToDateWriteConverter
@WritingConverter
public class InstantToDateWriteConverter
extends Object
implements org.springframework.core.convert.converter.Converter<Instant,Date>
The instant to date write converter.
- Author:
- Christian Bremer
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new instant to date write converter. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
InstantToDateWriteConverter
public InstantToDateWriteConverter()Instantiates a new instant to date write converter.
-
-
Method Details