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