Generated by
JDiff

Class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver

Documentation changed from old to new.

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

Changed Methods
boolean supportsParameter(MethodParameter) Documentation changed from old to new.
Supports the following:
  • @RequestParam-annotated method arguments.