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