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

net.anwiba.spatial.ors.marshaller.OpenRouteServiceJsonObjectUnmarshallerFactory Maven / Gradle / Ivy

There is a newer version: 1.2.50
Show newest version
// Copyright (c) 2012 by Andreas W. Bartels ([email protected])
package net.anwiba.spatial.ors.marshaller;

public class OpenRouteServiceJsonObjectUnmarshallerFactory {

  public  OpenRouteServiceJsonObjectUnmarshaller create(final Class clazz) {
    return new OpenRouteServiceJsonObjectUnmarshaller<>(clazz);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy