Package org.bremersee.xml.adapter
Class EpochMilliXmlAdapter
public class EpochMilliXmlAdapter
extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Long>
The epoch milli xml adapter.
- Author:
- Christian Bremer
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new epoch milli xml adapter.EpochMilliXmlAdapter
(TimeZone timeZone, Locale locale) Instantiates a new epoch milli xml adapter. -
Method Summary
-
Constructor Details
-
EpochMilliXmlAdapter
public EpochMilliXmlAdapter()Instantiates a new epoch milli xml adapter. -
EpochMilliXmlAdapter
Instantiates a new epoch milli xml adapter.- Parameters:
timeZone
- the time zonelocale
- the locale
-
-
Method Details