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

org.openestate.io.trovit.xml.Adapter12 Maven / Gradle / Ivy


package org.openestate.io.trovit.xml;

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

public class Adapter12
    extends XmlAdapter
{


    public Integer unmarshal(String value) {
        return (org.openestate.io.trovit.TrovitUtils.parseYear(value));
    }

    public String marshal(Integer value) {
        return (org.openestate.io.trovit.TrovitUtils.printYear(value));
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy