Class FromLocalTimeToDateConverter

java.lang.Object
overit.geocallapp.utilities.rs.converter.FromLocalTimeToDateConverter
All Implemented Interfaces:
Converter<LocalTime,Date>, ConditionalConverter<LocalTime,Date>

public class FromLocalTimeToDateConverter extends Object implements ConditionalConverter<LocalTime,Date>
A ConditionalConverter implementation that transforms LocalTime objects into Date objects.
This converter combines the time with LocalDate.EPOCH and converts it to a Date using the system default timezone.
The converter is designed to be registered with M2Mapper for automatic time-to-date conversions during object mapping.
Since:
1.0