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

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

    • MonthXmlAdapter

      public MonthXmlAdapter()
  • Method Details

    • unmarshal

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

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