Package org.zalando.logbook.json
Class PrettyPrintingJsonBodyFilter
java.lang.Object
org.zalando.logbook.json.PrettyPrintingJsonBodyFilter
- All Implemented Interfaces:
BodyFilter
@API(status=EXPERIMENTAL)
public final class PrettyPrintingJsonBodyFilter
extends Object
implements BodyFilter
-
Constructor Summary
ConstructorsConstructorDescriptionPrettyPrintingJsonBodyFilter(com.fasterxml.jackson.core.JsonFactory factory) PrettyPrintingJsonBodyFilter(com.fasterxml.jackson.core.JsonFactory factory, JsonGeneratorWrapper jsonGeneratorWrapper) PrettyPrintingJsonBodyFilter(com.fasterxml.jackson.databind.ObjectMapper mapper) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.zalando.logbook.BodyFilter
tryMerge
-
Constructor Details
-
PrettyPrintingJsonBodyFilter
public PrettyPrintingJsonBodyFilter(com.fasterxml.jackson.core.JsonFactory factory, JsonGeneratorWrapper jsonGeneratorWrapper) -
PrettyPrintingJsonBodyFilter
public PrettyPrintingJsonBodyFilter(com.fasterxml.jackson.core.JsonFactory factory) -
PrettyPrintingJsonBodyFilter
public PrettyPrintingJsonBodyFilter() -
PrettyPrintingJsonBodyFilter
public PrettyPrintingJsonBodyFilter(com.fasterxml.jackson.databind.ObjectMapper mapper)
-
-
Method Details
-
filter
- Specified by:
filterin interfaceBodyFilter
-