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

com.dropbox.client2.jsonextract.JsonExtractor Maven / Gradle / Ivy

package com.dropbox.client2.jsonextract;

public abstract class JsonExtractor {
    public abstract T extract(JsonThing jt) throws JsonExtractionException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy