Package org.zalando.logbook.json
Class CompactingJsonBodyFilter
- java.lang.Object
-
- org.zalando.logbook.json.CompactingJsonBodyFilter
-
- All Implemented Interfaces:
BodyFilter
@API(status=MAINTAINED) public final class CompactingJsonBodyFilter extends Object implements BodyFilter
- See Also:
FastCompactingJsonBodyFilter
-
-
Constructor Summary
Constructors Constructor Description CompactingJsonBodyFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringfilter(String contentType, String body)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.zalando.logbook.BodyFilter
tryMerge
-
-
-
-
Method Detail
-
filter
public String filter(@Nullable String contentType, String body)
- Specified by:
filterin interfaceBodyFilter
-
-