| Package | Description |
|---|---|
| si.mazi.rescu |
Classes in this package may be used to create proxy client objects for REST web services.
|
| si.mazi.rescu.serialization | |
| si.mazi.rescu.serialization.jackson |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,ResponseReader> |
ResponseReaderResolver.readers |
| Modifier and Type | Method and Description |
|---|---|
ResponseReader |
ResponseReaderResolver.resolveReader(RestMethodMetadata methodMetadata) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseReaderResolver.addReader(String mediaType,
ResponseReader reader) |
| Modifier and Type | Class and Description |
|---|---|
class |
PlainTextResponseReader
Returns the response body as a string.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JacksonResponseReader
Reads the JSON responses into POJO object using Jackson.
|
Copyright © 2012–2021. All rights reserved.