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

io.higgs.http.server.params.Validator Maven / Gradle / Ivy

There is a newer version: 0.0.24
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy