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 Summary
Modifier and Type Method Description String
marshal(EndorsementType value)
EndorsementType
unmarshal(String value)
-
Constructor Details
-
Adapter1
public Adapter1()
-
-
Method Details
-
unmarshal
- Specified by:
unmarshal
in classXmlAdapter<String,EndorsementType>
-
marshal
- Specified by:
marshal
in classXmlAdapter<String,EndorsementType>
-