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