A result object returned by JsonViewTest
Type | Name and description |
---|---|
java.lang.String |
contentType The content type |
java.util.Map<java.lang.String, java.lang.String> |
headers The headers |
java.lang.Object |
json The JSON result |
java.lang.String |
jsonText The raw JSON text |
java.lang.String |
message The HTTP response message |
org.springframework.http.HttpStatus |
status The 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