Package org.springframework.validation.support
@NonNullApi
@NonNullFields
package org.springframework.validation.support
Support classes for handling validation results.
-
ClassDescriptionSubclass of
ConcurrentModel
that automatically removes theBindingResult
object when its corresponding target attribute is replaced through regularMap
operations.Subclass ofExtendedModelMap
that automatically removes aBindingResult
object if the corresponding target attribute gets replaced through regularMap
operations.