Uses of Interface
org.springframework.validation.DataBinder.NameResolver
Packages that use DataBinder.NameResolver
Package
Description
Provides data binding and validation functionality,
for usage in business and/or UI layers.
Support classes for web data binding.
-
Uses of DataBinder.NameResolver in org.springframework.validation
Methods in org.springframework.validation that return DataBinder.NameResolverModifier and TypeMethodDescriptionDataBinder.getNameResolver()
Return theconfigured
name resolver for constructor parameters.Methods in org.springframework.validation with parameters of type DataBinder.NameResolverModifier and TypeMethodDescriptionvoid
DataBinder.setNameResolver
(DataBinder.NameResolver nameResolver) Configure a resolver to determine the name of the value to bind to a constructor parameter inDataBinder.construct(org.springframework.validation.DataBinder.ValueResolver)
. -
Uses of DataBinder.NameResolver in org.springframework.web.bind.support
Classes in org.springframework.web.bind.support that implement DataBinder.NameResolverModifier and TypeClassDescriptionfinal class
DataBinder.NameResolver
that determines the bind value name from a@BindParam
method parameter annotation.