Package org.opennms.netmgt.config.users
Class TimeZoneIdAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,java.time.ZoneId>
-
- org.opennms.netmgt.config.users.TimeZoneIdAdapter
-
public class TimeZoneIdAdapter extends XmlAdapter<String,java.time.ZoneId>
-
-
Constructor Summary
Constructors Constructor Description TimeZoneIdAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
marshal(java.time.ZoneId value)
java.time.ZoneId
unmarshal(String value)
-
-
-
Method Detail
-
marshal
public String marshal(java.time.ZoneId value)
- Specified by:
marshal
in classXmlAdapter<String,java.time.ZoneId>
-
unmarshal
public java.time.ZoneId unmarshal(String value)
- Specified by:
unmarshal
in classXmlAdapter<String,java.time.ZoneId>
-
-