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 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