parent
08855fee51
commit
5b96c9b87e
|
|
@ -147,7 +147,7 @@ public class ModelAttributeMethodArgumentResolver extends HandlerMethodArgumentR
|
||||||
/**
|
/**
|
||||||
* Determine if binding should be disabled for the supplied {@link MethodParameter},
|
* Determine if binding should be disabled for the supplied {@link MethodParameter},
|
||||||
* based on the {@link ModelAttribute#binding} annotation attribute.
|
* based on the {@link ModelAttribute#binding} annotation attribute.
|
||||||
* @since 5.3.7
|
* @since 5.2.15
|
||||||
*/
|
*/
|
||||||
private boolean bindingDisabled(MethodParameter parameter) {
|
private boolean bindingDisabled(MethodParameter parameter) {
|
||||||
ModelAttribute modelAttribute = parameter.getParameterAnnotation(ModelAttribute.class);
|
ModelAttribute modelAttribute = parameter.getParameterAnnotation(ModelAttribute.class);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue