Package com.jetdrone.vertx.yoke.util.validation

Examples of com.jetdrone.vertx.yoke.util.validation.That


    public void setFailOnFirstError(boolean failOnFirstError) {
        this.failOnFirstError = failOnFirstError;
    }

    public static That that(String path) {
        return new That(path);
    }
View Full Code Here

TOP

Related Classes of com.jetdrone.vertx.yoke.util.validation.That

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.