Package io.microsphere.spring.webflux.method
package io.microsphere.spring.webflux.method
-
ClassesClassDescriptionThe
HandlerMethodprocessor that callbacksHandlerMethodAdvicebeans based onHandlerMethodArgumentResolver,HandlerResultHandler.TheHandlerMethodArgumentInterceptorclass stores theargumentofHandlerMethodthat annotatedRequestBodyintoRequestAttributes.TheHandlerMethodInterceptorclass stores the return value ofHandlerMethodbefore write as theResponseBodyintoRequestAttributes.