Uses of Interface
org.springframework.validation.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
Modifier and TypeMethodDescriptionDataBinder.getNameResolver()
Return theconfigured
name resolver for constructor parameters.Modifier 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
Modifier and TypeClassDescriptionfinal class
DataBinder.NameResolver
that determines the bind value name from a@BindParam
method parameter annotation.