Annotation Type ResponseHeaderSanitizer
- 
@Qualifier @Retention(CLASS) @Target({METHOD,PARAMETER,TYPE}) public @interface ResponseHeaderSanitizerAQualifierto use onConsumerto indicate the provided consumer should be used to sanitize response headers. The consumer will be provided a mutableHttpHeadersand should remove any headers that are not appropriate for logging in request logs.