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 theconfiguredname resolver for constructor parameters.Methods in org.springframework.validation with parameters of type DataBinder.NameResolverModifier and TypeMethodDescriptionvoidDataBinder.setNameResolver(DataBinder.NameResolver nameResolver) Configure a resolver to determine the name of the value to bind to a constructor parameter inDataBinder.construct(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 classDataBinder.NameResolverthat determines the bind value name from a@BindParammethod parameter annotation.