Package | Description |
---|---|
com.box.boxjavalibv2.responseparsers | |
com.box.restclientv2.responseparsers | |
com.box.restclientv2.responses |
Modifier and Type | Class and Description |
---|---|
class |
BoxObjectResponseParser
Parser to parse
DefaultBoxResponse into Box DAO objects. |
class |
ErrorResponseParser
Parser to parse
DefaultBoxResponse into BoxServerError objects. |
class |
PreviewResponseParser
Parser to parse
DefaultBoxResponse into BoxPreview objects. |
class |
ThumbnailResponseParser |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBoxJSONResponseParser
This class is a wrapper class in order for Jackson JSON processor to parse response JSON into the wrapped objects.
|
class |
DefaultFileResponseParser
Default implementation for response parser to parse a response with a file InputStream.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
IBoxResponse.parseResponse(IBoxResponseParser responseParser,
IBoxResponseParser errorParser)
Parese HttpResponse into IResponseObject.
|
java.lang.Object |
DefaultBoxResponse.parseResponse(IBoxResponseParser responseParser,
IBoxResponseParser errorParser) |