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