JsonObjectResponseFormat Class

public class JsonObjectResponseFormat
extends ResponseFormat

A response represented in a JSON format.

Constructor Summary

Constructor Description
JsonObjectResponseFormat()

Used by Jackson deserialization to create a new instance of the JsonObjectResponseFormat class.

Methods inherited from ResponseFormat

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

JsonObjectResponseFormat

public JsonObjectResponseFormat()

Used by Jackson deserialization to create a new instance of the JsonObjectResponseFormat class.

Applies to