Package org.zalando.logbook.json
Class FastJsonHttpLogFormatter
java.lang.Object
org.zalando.logbook.json.FastJsonHttpLogFormatter
- All Implemented Interfaces:
HttpLogFormatter
@API(status=STABLE)
public final class FastJsonHttpLogFormatter
extends Object
implements HttpLogFormatter
A custom
HttpLogFormatter that produces JSON objects.-
Constructor Summary
ConstructorsConstructorDescriptionFastJsonHttpLogFormatter(com.fasterxml.jackson.databind.ObjectMapper mapper) FastJsonHttpLogFormatter(com.fasterxml.jackson.databind.ObjectMapper mapper, JsonFieldWriter writer) -
Method Summary
Modifier and TypeMethodDescriptionformat(Correlation correlation, HttpResponse response) format(Precorrelation precorrelation, HttpRequest request)
-
Constructor Details
-
FastJsonHttpLogFormatter
public FastJsonHttpLogFormatter() -
FastJsonHttpLogFormatter
public FastJsonHttpLogFormatter(com.fasterxml.jackson.databind.ObjectMapper mapper) -
FastJsonHttpLogFormatter
public FastJsonHttpLogFormatter(com.fasterxml.jackson.databind.ObjectMapper mapper, JsonFieldWriter writer)
-
-
Method Details
-
format
- Specified by:
formatin interfaceHttpLogFormatter- Throws:
IOException
-
format
- Specified by:
formatin interfaceHttpLogFormatter- Throws:
IOException
-