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

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

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2021.03.26 at 04:47:51 PM UTC 
//


package org.glassfish.appclient.client.acc.config;

import javax.xml.bind.annotation.adapters.XmlAdapter;

public class Adapter4
    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