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

com.github.rauberprojects.client.data.extractor.DataExtractor Maven / Gradle / Ivy

package com.github.rauberprojects.client.data.extractor;

import com.github.rauberprojects.client.model.Data;
import com.github.rauberprojects.client.model.Uber;

/**
 * Extracts a single {@link Data} item from an UBER document.
 */
public interface DataExtractor {

    Data extract(Uber uber);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy