Interface ResponseAnnotationResolver

All Known Implementing Classes:
ResponseStatusAnnotationResolver

public interface ResponseAnnotationResolver
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? 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)