Class FastCompactingJsonBodyFilter

java.lang.Object
org.zalando.logbook.json.FastCompactingJsonBodyFilter
All Implemented Interfaces:
BodyFilter

@API(status=EXPERIMENTAL) public final class FastCompactingJsonBodyFilter extends Object implements BodyFilter
Fast alternative to CompactingJsonBodyFilter which just replaces all new lines, rather than parsing and rewriting the JSON body.
See Also:
  • Constructor Details

    • FastCompactingJsonBodyFilter

      public FastCompactingJsonBodyFilter()
  • Method Details