java.lang.Object
org.tquadrat.foundation.config.spi.prefs.PreferenceAccessor<Date>
org.tquadrat.foundation.config.spi.prefs.DateAccessor

@ClassVersion(sourceVersion="$Id: DateAccessor.java 910 2021-05-06 21:38:06Z tquadrat $") @API(status=STABLE, since="0.0.1") public final class DateAccessor extends PreferenceAccessor<Date>

The implementation of PreferenceAccessor for instances of Date.

As instances of Date do not keep a time zone, and because there is no easy (and reliable for all locales) way to convert them to and from Strings, they are stored to the preferences as long values.

If it is desired/required to store human readable time/date values to the preferences, the classes from the package java.time should be considered for the property type.

Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: DateAccessor.java 910 2021-05-06 21:38:06Z tquadrat $
Since:
0.0.1
See Also:
UML Diagram
UML Diagram for "org.tquadrat.foundation.config.spi.prefs.DateAccessor"

UML Diagram for "org.tquadrat.foundation.config.spi.prefs.DateAccessor"

UML Diagram for "org.tquadrat.foundation.config.spi.prefs.DateAccessor"