org.apache.bval.routines
Class NOPValidation
java.lang.Object
org.apache.bval.routines.NOPValidation
- All Implemented Interfaces:
- Validation
public class NOPValidation
- extends Object
- implements Validation
Description: DO NOTHING VALIDATION (can be used to turn off standard validation)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOPValidation
public NOPValidation()
validate
public <T extends ValidationListener> void validate(ValidationContext<T> context)
- Specified by:
validate in interface Validation
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.