Uses of Class
com.jk.core.validation.Problems
Packages that use Problems
-
Uses of Problems in com.jk.core.exceptions
Methods in com.jk.core.exceptions that return ProblemsModifier and TypeMethodDescriptionJKValidationException.getProblems()
This method gets the problem associated with the exception.Constructors in com.jk.core.exceptions with parameters of type ProblemsModifierConstructorDescriptionJKValidationException
(Problems problems) This method constructs aJKValidationException
with a specific problem. -
Uses of Problems in com.jk.core.validation
Methods in com.jk.core.validation with parameters of type ProblemsModifier and TypeMethodDescriptionfinal void
This method adds all problems from another Problems collection to this collection.boolean
This method validates the given model and populates the provided `Problems` object with any validation issues. -
Uses of Problems in com.jk.core.validation.builtin
Methods in com.jk.core.validation.builtin with parameters of type Problems