@groovy.transform.CompileStatic @groovy.transform.Canonical class JsonRenderResult extends java.lang.Object
A result object returned by JsonViewTest
| Modifiers | Name | Description |
|---|---|---|
private java.lang.String |
contentType |
The content type |
private java.util.Map<java.lang.String, java.lang.String> |
headers |
The headers |
private java.lang.Object |
json |
The JSON result |
private java.lang.String |
jsonText |
The raw JSON text |
private java.lang.String |
message |
The HTTP response message |
private HttpStatus |
status |
The status |
| Type | Name and description |
|---|---|
java.lang.String |
contentTypeThe content type |
java.util.Map<java.lang.String, java.lang.String> |
headersThe headers |
java.lang.Object |
jsonThe JSON result |
java.lang.String |
jsonTextThe raw JSON text |
java.lang.String |
messageThe HTTP response message |
HttpStatus |
statusThe status |
| Constructor and description |
|---|
JsonRenderResult
() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The content type
The headers
The JSON result
The raw JSON text
The HTTP response message
The status
The content type
The headers
The JSON result
The raw JSON text
The HTTP response message
The status
Groovy Documentation