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

com.github.dreamhead.moco.RestIdMatcher Maven / Gradle / Ivy

package com.github.dreamhead.moco;

public interface RestIdMatcher {
    RequestMatcher matcher(RestIdMatcher resourceName);
    String resourceUri();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy