程序包 org.springframework.messaging.handler.annotation.support
Support classes for working with annotated message-handling methods.
接口概要 接口 说明 MessageHandlerMethodFactory A factory forInvocableHandlerMethodthat is suitable to process an incomingMessage异常错误概要 异常错误 说明 MethodArgumentNotValidException Exception to be thrown when a method argument fails validation perhaps as a result of@Validstyle validation, or perhaps because it is required.MethodArgumentTypeMismatchException Exception that indicates that a method argument has not the expected type.