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

com.thoughtworks.inproctester.resteasy.RouteMatcher Maven / Gradle / Ivy

There is a newer version: 1.0.15
Show newest version
package com.thoughtworks.inproctester.resteasy;

import java.net.URI;

public interface RouteMatcher {
    public boolean routeMatches(URI requestUri);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy