Class Adapter10
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,TimestampType>
-
- eu.europa.esig.dss.diagnostic.jaxb.Adapter10
-
public class Adapter10 extends XmlAdapter<String,TimestampType>
-
-
Constructor Summary
Constructors Constructor Description Adapter10()
-
-
-
Method Detail
-
unmarshal
public TimestampType unmarshal(String value)
- Specified by:
unmarshalin classXmlAdapter<String,TimestampType>
-
marshal
public String marshal(TimestampType value)
- Specified by:
marshalin classXmlAdapter<String,TimestampType>
-
-