org.glassfish.appclient.client.acc.config.Adapter8 Maven / Gradle / Ivy
//
// This file was generated by the Eclipse Implementation of JAXB, v4.0.5
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
//
package org.glassfish.appclient.client.acc.config;
import jakarta.xml.bind.annotation.adapters.XmlAdapter;
public class Adapter8
extends XmlAdapter
{
public java.lang.String unmarshal(java.lang.String value) {
return (org.glassfish.appclient.client.acc.config.util.XML.parseProviderType(value));
}
public java.lang.String marshal(java.lang.String value) {
return value.toString();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy