@API(status=EXPERIMENTAL) public final class PrettyPrintingJsonBodyFilter extends Object implements BodyFilter
| Constructor and Description |
|---|
PrettyPrintingJsonBodyFilter() |
PrettyPrintingJsonBodyFilter(com.fasterxml.jackson.core.JsonFactory factory) |
PrettyPrintingJsonBodyFilter(com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
String |
filter(String contentType,
String body) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmerge, none, tryMergepublic PrettyPrintingJsonBodyFilter(com.fasterxml.jackson.core.JsonFactory factory)
public PrettyPrintingJsonBodyFilter()
public PrettyPrintingJsonBodyFilter(com.fasterxml.jackson.databind.ObjectMapper mapper)
Copyright © 2015–2021 Zalando SE. All rights reserved.