Package org.nuxeo.http.test.handler
Class JsonNodeHandler
- java.lang.Object
-
- org.nuxeo.http.test.handler.AbstractStatusCodeHandler<com.fasterxml.jackson.databind.JsonNode>
-
- org.nuxeo.http.test.handler.JsonNodeHandler
-
- All Implemented Interfaces:
ResponseHandler<com.fasterxml.jackson.databind.JsonNode>
public class JsonNodeHandler extends AbstractStatusCodeHandler<com.fasterxml.jackson.databind.JsonNode>
- Since:
- 2023.13
-
-
Field Summary
Fields Modifier and Type Field Description protected static com.fasterxml.jackson.databind.ObjectMapper
MAPPER
-
Fields inherited from class org.nuxeo.http.test.handler.AbstractStatusCodeHandler
status
-
-
Constructor Summary
Constructors Constructor Description JsonNodeHandler()
JsonNodeHandler(int status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.fasterxml.jackson.databind.JsonNode
doHandleResponse(HttpResponse response)
-
Methods inherited from class org.nuxeo.http.test.handler.AbstractStatusCodeHandler
handleResponse
-
-
-
-
Method Detail
-
doHandleResponse
protected com.fasterxml.jackson.databind.JsonNode doHandleResponse(HttpResponse response) throws IOException
- Specified by:
doHandleResponse
in classAbstractStatusCodeHandler<com.fasterxml.jackson.databind.JsonNode>
- Throws:
IOException
-
-