eu.europa.esig.dss.detailedreport.jaxb.Adapter6 Maven / Gradle / Ivy
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.07.11 at 10:51:46 AM CEST
//
package eu.europa.esig.dss.detailedreport.jaxb;
import eu.europa.esig.dss.enumerations.Context;
import jakarta.xml.bind.annotation.adapters.XmlAdapter;
public class Adapter6
extends XmlAdapter
{
public Context unmarshal(String value) {
return (eu.europa.esig.dss.jaxb.parsers.ContextParser.parse(value));
}
public String marshal(Context value) {
return (eu.europa.esig.dss.jaxb.parsers.ContextParser.print(value));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy