@ -146,8 +146,9 @@ public abstract class AbstractNamedValueMethodArgumentResolver implements Handle
@@ -146,8 +146,9 @@ public abstract class AbstractNamedValueMethodArgumentResolver implements Handle
if(info.name.isEmpty()){
name=parameter.getParameterName();
if(name==null){
thrownewIllegalArgumentException("Name for argument type ["+parameter.getParameterType().getName()+
"] not available, and parameter name information not found in class file either.");
thrownewIllegalArgumentException(
"Name for argument of type ["+parameter.getNestedParameterType().getName()+
"] not specified, and parameter name information not found in class file either.");
@ -126,7 +126,6 @@ public abstract class AbstractNamedValueMethodArgumentResolver implements Handle
@@ -126,7 +126,6 @@ public abstract class AbstractNamedValueMethodArgumentResolver implements Handle
@ -165,8 +164,8 @@ public abstract class AbstractNamedValueMethodArgumentResolver implements Handle
@@ -165,8 +164,8 @@ public abstract class AbstractNamedValueMethodArgumentResolver implements Handle
name=parameter.getParameterName();
if(name==null){
thrownewIllegalArgumentException(
"Name for argument type ["+parameter.getNestedParameterType().getName()+
"] not available, and parameter name information not found in class file either.");
"Name for argument of type ["+parameter.getNestedParameterType().getName()+
"] not specified, and parameter name information not found in class file either.");
@ -82,20 +82,11 @@ public class InvocableHandlerMethod extends HandlerMethod {
@@ -82,20 +82,11 @@ public class InvocableHandlerMethod extends HandlerMethod {
@ -107,6 +98,14 @@ public class InvocableHandlerMethod extends HandlerMethod {
@@ -107,6 +98,14 @@ public class InvocableHandlerMethod extends HandlerMethod {
@ -153,9 +152,9 @@ public class InvocableHandlerMethod extends HandlerMethod {
@@ -153,9 +152,9 @@ public class InvocableHandlerMethod extends HandlerMethod {
@ -45,59 +45,62 @@ public class RequestPartServletServerHttpRequest extends ServletServerHttpReques
@@ -45,59 +45,62 @@ public class RequestPartServletServerHttpRequest extends ServletServerHttpReques