Class InstantAdapter

    • Constructor Detail

      • InstantAdapter

        public InstantAdapter()
    • Method Detail

      • unmarshal

        public final Instant unmarshal​(String v)
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,​Instant>
      • marshal

        public final String marshal​(Instant v)
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,​Instant>