Skip to content

Commit

Permalink
Polish #78
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Jan 11, 2025
1 parent 01d9daf commit 4a90cd4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
import org.springframework.http.server.ServerHttpResponse;
import org.springframework.http.server.ServletServerHttpRequest;
import org.springframework.web.bind.annotation.RestControllerAdvice;
import org.springframework.web.method.HandlerMethod;

import java.lang.reflect.Method;

import static io.microsphere.spring.webmvc.util.WebMvcUtils.setHandlerMethodReturnValue;
import static io.microsphere.spring.webmvc.util.WebMvcUtils.supportedConverterTypes;

/**
* Store {@ link HandlerMethod} return value {@ link ResponseBodyAdviceAdapter}
* Store {@link HandlerMethod} return value {@link ResponseBodyAdviceAdapter}
*
* @author <a href="mailto:mercyblitz@gmail.com">Mercy<a/>
* @since 1.0.0
Expand Down

0 comments on commit 4a90cd4

Please sign in to comment.