Uses of Interface
jakarta.mvc.binding.ParamError
-
Packages that use ParamError Package Description jakarta.mvc.binding Types related to the handling of data binding and validation. -
-
Uses of ParamError in jakarta.mvc.binding
Subinterfaces of ParamError in jakarta.mvc.binding Modifier and Type Interface Description interfaceBindingErrorRepresents a single error that occurred while binding a parameter to a controller method argument or controller field using a binding annotation likeFormParam.interfaceValidationErrorRepresents a single validation error detected for a parameter.Methods in jakarta.mvc.binding that return types with arguments of type ParamError Modifier and Type Method Description Set<ParamError>BindingResult. getAllErrors()Returns an immutable set of all binding and validation errors.Set<ParamError>BindingResult. getErrors(String param)Returns an immutable set of all binding and validation errors for a specific parameter.
-