target
object, which must be of a {@link Class} for which the {@link #supports(Class)} methodtypically has (or would) return true
. The supplied {@link Errors errors} instance can be used to reportany resulting validation errors.
@param target the object that is to be validated (can be null
)
@param errors contextual state about the validation process (never null
)
@see ValidationUtils
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|