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

net.jbock.convert.matcher.Matcher Maven / Gradle / Ivy

There is a newer version: 5.18
Show newest version
package net.jbock.convert.matcher;

import net.jbock.annotated.AnnotatedMethod;
import net.jbock.convert.matching.Match;

import java.util.Optional;

public interface Matcher {

    
    Optional> tryMatch(
            M parameter);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy