![JAR search and dependency download from the Maven repository](/logo.png)
net.anwiba.spatial.osm.nominatim.marshaller.NominatimJsonObjectsUnmarshallerFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of anwiba-spatial-data-osm Show documentation
Show all versions of anwiba-spatial-data-osm Show documentation
anwiba spatial open street map json io project
// Copyright (c) 2012 by Andreas W. Bartels ([email protected])
package net.anwiba.spatial.osm.nominatim.marshaller;
public class NominatimJsonObjectsUnmarshallerFactory {
public NominatimJsonObjectsUnmarshaller create(final Class clazz) {
return new NominatimJsonObjectsUnmarshaller<>(clazz);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy