Package overit.geocallapp.utilities.rs.converter
package overit.geocallapp.utilities.rs.converter
-
ClassesClassDescriptionA
ConditionalConverterimplementation that transformsDateobjects intoLocalTimeobjects.
This converter extracts the time portion from aDateand converts it to aLocalTimeusing the system default timezone.
The converter is designed to be registered withM2Mapperfor automatic date-to-time conversions during object mapping.AConditionalConverterimplementation that transformsDateobjects intoZonedDateTimeobjects.
This converter is designed to be registered withM2Mapperand searches for aTimeZoneResolverfor the input entity to use in data conversion.
If there isn't a specificTimeZoneResolver, a default implementation is used for time zone resolution.AConditionalConverterimplementation that transformsLocalTimeobjects intoDateobjects.
This converter combines the time withLocalDate.EPOCHand converts it to aDateusing the system default timezone.
The converter is designed to be registered withM2Mapperfor automatic time-to-date conversions during object mapping.AConditionalConverterimplementation that transforms time string representations intoDateobjects.
This converter parses ISO local time format strings and converts them toDateobjects using the system default timezone.
The converter is designed to be registered withM2Mapperfor automatic string-to-date conversions during object mapping.AConditionalConverterimplementation that transformsZonedDateTimeRangeobjects intoDateTimeRangeobjects.
This converter is designed to be registered with M2Mapper and searches for aTimeZoneResolverfor the input entity to use in data conversion.
If there isn't a specificTimeZoneResolver, a default implementation associated with the system TimeZone is used.AConditionalConverterimplementation that transformsZonedDateTimeobjects intoDateobjects.
This converter is designed to be registered with M2Mapper and searches for aTimeZoneResolverfor the input entity to use in data conversion.
If there isn't a specificTimeZoneResolver, a default implementation associated with the system TimeZone is used.Abstract base class forZonedDateTimeconverters providing common timezone resolution functionality.
This class provides shared utilities for extractingDateTypeannotations from object properties and resolving time zones.