Class LocalDateXmlAdapter

java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,LocalDate>
be.vlaanderen.vip.magda.client.domain.model.shared.LocalDateXmlAdapter

public class LocalDateXmlAdapter extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,LocalDate>
  • Constructor Details

    • LocalDateXmlAdapter

      public LocalDateXmlAdapter()
  • Method Details

    • unmarshal

      public LocalDate unmarshal(String stringValue)
      Specified by:
      unmarshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,LocalDate>
    • marshal

      public String marshal(LocalDate localDate)
      Specified by:
      marshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,LocalDate>