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

org.guppy4j.Validator Maven / Gradle / Ivy

There is a newer version: 0.0.7
Show newest version
package org.guppy4j;

/**
 * Generic validation methods
 */
public interface Validator {

    void checkExists(String s, String name);

    void checkLength(String s, int expectedLength, String name);

    void checkNotNull(Object o, String name);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy