Class Adapter2
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,Indication>
-
- eu.europa.esig.dss.simplereport.jaxb.Adapter2
-
public class Adapter2 extends XmlAdapter<String,Indication>
-
-
Constructor Summary
Constructors Constructor Description Adapter2()
-
-
-
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>
-
-