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

org.meeuw.json.grep.matching.AnyDepthMatcher Maven / Gradle / Ivy

package org.meeuw.json.grep.matching;

import java.util.List;

import org.meeuw.json.PathEntry;

/**
 * @author Michiel Meeuwissen
 * @since 0.7
 */
public class AnyDepthMatcher implements KeysPattern {
    @Override
    public int matchCounts(List entries) {
        return entries.size();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy