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

com.rags.tools.matcher.hooks.MatchFinder Maven / Gradle / Ivy

package com.rags.tools.matcher.hooks;

import io.vertx.core.json.JsonArray;
import io.vertx.core.json.JsonObject;

public interface MatchFinder {

    /**
     *
     * @param matchingObject Object to be matched
     * @param matches all matches done across all objects of array
     * @return returns best matched Object
     */
    JsonObject findMatch(JsonObject matchingObject, JsonArray matches);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy