My Request Body Advice
@Component
@ControllerAdvice(annotations = RestController::class )
RequestBody请求处理
Functions
Link copied to clipboard
Link copied to clipboard
open fun beforeBodyRead(inputMessage: HttpInputMessage, parameter: MethodParameter, targetType: Type, converterType: Class<out HttpMessageConverter<out Any>>): HttpInputMessage
Link copied to clipboard
Link copied to clipboard