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