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