Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 259 Bytes

7-validation-methods.md

File metadata and controls

13 lines (7 loc) · 259 Bytes

7. ValidationResult methods

7.1 isValid return boolean state of result

  • isValid()

7.2 isInvalidThrow throw exception when result is invalid

  • isInvalidThrow(final Class<T> clazz)

7.3 getErrors get collection errors

  • getErrors()