public interface IJsonResponseFormat
Interface for JSON response format. All implementing classes should specify an instance variable which contains the JSON which should be operated on by the methods.
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
format()
Formats the JSON according to the specified implementing format.
|
boolean |
isFormatted()
Checks if the JSON is formatted as the specified format.
|
com.fasterxml.jackson.databind.JsonNode format()
Formats the JSON according to the specified implementing format.
JsonNodeboolean isFormatted()
Checks if the JSON is formatted as the specified format.
Copyright © 2017. All rights reserved.