Generated by
JDiff

Class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver

Documentation changed from old to new.

Changed Constructors
AbstractNamedValueMethodArgumentResolver(ConfigurableBeanFactory) Documentation changed from old to new.
@param beanFactory a bean factory to use for resolving ${...} placeholder and #{...} SpEL expressions in default values, or {@code null} if default values are not expected to contain expressions
 

Changed Methods
NamedValueInfo createNamedValueInfo(MethodParameter) Documentation changed from old to new.
Create the NamedValueInfo object for the given method parameter.
Object resolveName(String, MethodParameter, NativeWebRequest) Documentation changed from old to new.
Resolves the given parameter type and value name into an argument value.