Class Adapter9
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,CertificateSourceType>
eu.europa.esig.dss.detailedreport.jaxb.Adapter9
public class Adapter9 extends XmlAdapter<String,CertificateSourceType>
-
Constructor Summary
Constructors Constructor Description Adapter9()
-
Method Summary
Modifier and Type Method Description String
marshal(CertificateSourceType value)
CertificateSourceType
unmarshal(String value)
-
Constructor Details
-
Adapter9
public Adapter9()
-
-
Method Details
-
unmarshal
- Specified by:
unmarshal
in classXmlAdapter<String,CertificateSourceType>
-
marshal
- Specified by:
marshal
in classXmlAdapter<String,CertificateSourceType>
-