public abstract class Validator extends Object
Validator()
protected List<Error>
removeNulls(List<Error> errors)
abstract Boolean
supports(Class clazz)
abstract List<Error>
validate(Object target)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Validator()
public abstract Boolean supports(Class clazz)
public abstract List<Error> validate(Object target)
protected List<Error> removeNulls(List<Error> errors)
Copyright © 2014. All Rights Reserved.