All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.glassfish.appclient.client.acc.config.Adapter1 Maven / Gradle / Ivy

There is a newer version: 6.2024.6
Show newest version
//
// This file was generated by the Eclipse Implementation of JAXB, v4.0.1 
// 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 Adapter1
    extends XmlAdapter
{


    public Boolean unmarshal(String value) {
        return (org.glassfish.appclient.client.acc.config.util.XML.parseBoolean(value));
    }

    public String marshal(Boolean value) {
        return (java.lang.Boolean.toString(value));
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy