io.higgs.http.server.params.Validator Maven / Gradle / Ivy
package io.higgs.http.server.params;
import io.higgs.http.server.MethodParam;
/**
* @author Courtney Robinson
*/
public interface Validator {
boolean isValid(Object value);
String getValidationMessage(MethodParam param);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy