Class TemporalConverterLegacy

java.lang.Object
io.github.mmm.base.temporal.TemporalConverterDefault
io.github.mmm.base.temporal.TemporalConverterLegacy
All Implemented Interfaces:
TemporalConverter

public class TemporalConverterLegacy extends TemporalConverterDefault
Extends TemporalConverterDefault with support for the legacy types Date and Calendar. We consider Date and Calendar to be dead and therefore do not support them out of the box. In case you need support for them, see TemporalConverter.get() how to change the default.
See Also: