Interface ResponseAnnotationResolver
- All Known Implementing Classes:
ResponseStatusAnnotationResolver
public interface ResponseAnnotationResolver
-
Method Summary
Modifier and TypeMethodDescriptionClass
<? extends Annotation> jakarta.servlet.http.HttpServletResponse
handleAnnotation
(jakarta.servlet.http.HttpServletResponse response, Method method)
-
Method Details
-
getAnnotation
Class<? extends Annotation> getAnnotation() -
handleAnnotation
jakarta.servlet.http.HttpServletResponse handleAnnotation(jakarta.servlet.http.HttpServletResponse response, Method method)
-