Skip to main content
added 62 characters in body
Source Link
geoand
  • 62.9k
  • 24
  • 180
  • 195

A good idea would be to extend AbstractNamedValueMethodArgumentResolver with your own strategy. Then the strategy could be used wherever you deem necessary.

This strategy only works for Spring 3.1+ which is not a problem for you since you are using Spring 3.2

A good idea would be to extend AbstractNamedValueMethodArgumentResolver with your own strategy. Then the strategy could be used wherever you deem necessary.

This strategy only works for Spring 3.1+

A good idea would be to extend AbstractNamedValueMethodArgumentResolver with your own strategy. Then the strategy could be used wherever you deem necessary.

This strategy only works for Spring 3.1+ which is not a problem for you since you are using Spring 3.2

Source Link
geoand
  • 62.9k
  • 24
  • 180
  • 195

A good idea would be to extend AbstractNamedValueMethodArgumentResolver with your own strategy. Then the strategy could be used wherever you deem necessary.

This strategy only works for Spring 3.1+