org.jobrunr.dashboard.server.http.url.UrlPathPart Maven / Gradle / Ivy
package org.jobrunr.dashboard.server.http.url;
public interface UrlPathPart {
boolean matches(UrlPathPart pathPart);
String part();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy