Uses of Interface
jakarta.mvc.binding.ParamError
Packages that use ParamError
Package
Description
Types related to the handling of data binding and validation.
-
Uses of ParamError in jakarta.mvc.binding
Subinterfaces of ParamError in jakarta.mvc.bindingModifier and TypeInterfaceDescriptioninterfaceRepresents a single error that occurred while binding a parameter to a controller method argument or controller field using a binding annotation likeFormParam.interfaceRepresents a single validation error detected for a parameter.Methods in jakarta.mvc.binding that return types with arguments of type ParamErrorModifier and TypeMethodDescriptionBindingResult.getAllErrors()Returns an immutable set of all binding and validation errors.Returns an immutable set of all binding and validation errors for a specific parameter.