Uses of Interface
org.springframework.validation.DataBinder.ValueResolver
Packages that use DataBinder.ValueResolver
Package
Description
Provides data binding and validation functionality,
for usage in business and/or UI layers.
Provides web-specific data binding functionality.
-
Uses of DataBinder.ValueResolver in org.springframework.validation
Methods in org.springframework.validation with parameters of type DataBinder.ValueResolverModifier and TypeMethodDescriptionvoid
DataBinder.construct
(DataBinder.ValueResolver valueResolver) Create the target with constructor injection of values. -
Uses of DataBinder.ValueResolver in org.springframework.web.bind
Classes in org.springframework.web.bind that implement DataBinder.ValueResolverModifier and TypeClassDescriptionprotected static class
Resolver that looks up values to bind in aServletRequest
.Methods in org.springframework.web.bind that return DataBinder.ValueResolverModifier and TypeMethodDescriptionstatic DataBinder.ValueResolver
ServletRequestDataBinder.valueResolver
(ServletRequest request, WebDataBinder binder) Return aServletRequest
DataBinder.ValueResolver
.