Class TimestampAdapter

java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<BigInteger,Instant>
org.somda.sdc.common.util.TimestampAdapter

public class TimestampAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<BigInteger,Instant>
Adapter class to convert Participant Model timestamps to Java instants and vice versa.
  • Constructor Details

    • TimestampAdapter

      public TimestampAdapter()
  • Method Details