public interface HttpLogSanitizer
| Modifier and Type | Method and Description |
|---|---|
String |
sanitize(String data) |
String |
sanitizeHeader(String name,
String value) |
String |
sanitizeRequestBody(Object httpEntity,
String contentType) |
String |
sanitizeResponseBody(Object responseBody,
String contentType) |
Copyright © 2021. All rights reserved.