Class Iso8601DateTimeAdapter

java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Date>
org.apache.directory.scim.spec.adapter.Iso8601DateTimeAdapter

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

    • Iso8601DateTimeAdapter

      public Iso8601DateTimeAdapter()
  • Method Details

    • marshal

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

      public Date unmarshal(String date) throws Exception
      Specified by:
      unmarshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Date>
      Throws:
      Exception