Uses of Class
overit.geocallapp.utilities.rs.converter.ZonedDateTimeConverter
Packages that use ZonedDateTimeConverter
-
Uses of ZonedDateTimeConverter in overit.geocallapp.utilities.rs.converter
Subclasses of ZonedDateTimeConverter in overit.geocallapp.utilities.rs.converterModifier and TypeClassDescriptionclassAConditionalConverterimplementation 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.classAConditionalConverterimplementation 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.classAConditionalConverterimplementation 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.