A result object returned by JsonViewTest
| 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 | 
| org.springframework.http.HttpStatus | statusThe status | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long, int), java.lang.Object#wait(long), 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