程序包 cn.taketoday.web.bind
package cn.taketoday.web.bind
-
类说明Exception to be thrown when validation on an argument annotated with
@Validfails.MethodParameter can't be resolvedRequestBindingExceptionsubclass that indicates that a matrix variable expected in the method parameters of an@RequestMappingmethod is not present among the matrix variables extracted from the URL.RequestBindingExceptionsubclass that indicates that a path variable expected in the method parameters of an@RequestMappingmethod is not present among the URI variables extracted from the URL.RequestBindingExceptionsubclass that indicates a missing parameter.Base class forRequestBindingExceptionexceptions that could not bind because the request value is required but is either missing or otherwise resolves tonullafter conversion.Multipart cannot be parsed includeMultipartFileand normal partNot A Multipart Request ExceptionFatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.SpecialDataBinderto perform data binding from servlet request parameters to JavaBeans, including support for multipart files.PropertyValues implementation created from parameters in a ServletRequest.RequestBindingExceptionsubclass that indicates an unsatisfied parameter condition, as typically expressed using an@RequestMappingannotation at the@Controllertype level.SpecialDataBinderfor data binding from web request parameters to JavaBean objects.Resolver that looks up values to bind in aServletRequest.