Extra method argument resolvers can be added to customize the method signature that can be handled.
By default, the validation process redirects to a no-op implementation, see {@link #setValidator(Validator)} to customize it. The {@link ConversionService}can be customized in a similar manner to tune how the message payload can be converted @author Stephane Nicoll @author Juergen Hoeller @since 4.1 @see #setConversionService @see #setValidator @see #setCustomArgumentResolvers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|