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