public interface InfoValidator
| Modifier and Type | Method and Description |
|---|---|
Object |
getInfo()
Returns the information object that is validated.
|
Object |
getOriginal()
Returns the original object used to create the validation object.
|
IsErrorSetFT |
getValidationErrors()
Returns collected errors from the last invocation of load or other methods.
|
default boolean |
isValid()
Flag reporting on the validation.
|
Object getInfo()
Object getOriginal()
default boolean isValid()
IsErrorSetFT getValidationErrors()
Copyright © 2010–2017. All rights reserved.