
org.openestate.io.immobiliare_it.xml.Adapter15 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of OpenEstate-IO-ImmobiliareIT Show documentation
Show all versions of OpenEstate-IO-ImmobiliareIT Show documentation
OpenEstate-IO-ImmobiliareIT is a Java library to read and write real estate data in the XML format of
immobiliare.it.
package org.openestate.io.immobiliare_it.xml;
import java.util.Currency;
import javax.xml.bind.annotation.adapters.XmlAdapter;
public class Adapter15
extends XmlAdapter
{
public Currency unmarshal(String value) {
return (org.openestate.io.immobiliare_it.ImmobiliareItUtils.parseCurrency(value));
}
public String marshal(Currency value) {
return (org.openestate.io.immobiliare_it.ImmobiliareItUtils.printCurrency(value));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy