org.glassfish.appclient.client.acc.config.Adapter3 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of payara-client Show documentation
Show all versions of payara-client Show documentation
Appclient for Payara Server
The newest version!
//
// This file was generated by the Eclipse Implementation of JAXB, v4.0.2
// 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;
import org.glassfish.appclient.client.acc.config.util.XML.Password;
public class Adapter3
extends XmlAdapter
{
public Password unmarshal(String value) {
return (org.glassfish.appclient.client.acc.config.util.XML.Password.parse(value));
}
public String marshal(Password value) {
return (org.glassfish.appclient.client.acc.config.util.XML.Password.print(value));
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy