Annotation Type ResponseHeaderSanitizer


  • @Qualifier
    @Retention(CLASS)
    @Target({METHOD,PARAMETER,TYPE})
    public @interface ResponseHeaderSanitizer
    A Qualifier to use on Consumer to indicate the provided consumer should be used to sanitize response headers. The consumer will be provided a mutable HttpHeaders and should remove any headers that are not appropriate for logging in request logs.