com.targomo.client.api.json.AbstractLocationMapDeserializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Java client library for easy usage of Targomo web services.
The newest version!
package com.targomo.client.api.json;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.databind.JsonDeserializer;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.targomo.client.api.geo.Location;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
/**
* Created by Gideon Cohen
*/
public abstract class AbstractLocationMapDeserializer extends JsonDeserializer
© 2015 - 2024 Weber Informatics LLC | Privacy Policy