Uses of Class
si.mazi.rescu.ResponseReader
| 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 |
-
Uses of ResponseReader in si.mazi.rescu
Fields in si.mazi.rescu with type parameters of type ResponseReader Modifier and Type Field Description protected HashMap<String,ResponseReader>ResponseReaderResolver. readersMethods in si.mazi.rescu that return ResponseReader Modifier and Type Method Description ResponseReaderResponseReaderResolver. resolveReader(RestMethodMetadata methodMetadata)Methods in si.mazi.rescu with parameters of type ResponseReader Modifier and Type Method Description voidResponseReaderResolver. addReader(String mediaType, ResponseReader reader) -
Uses of ResponseReader in si.mazi.rescu.serialization
Subclasses of ResponseReader in si.mazi.rescu.serialization Modifier and Type Class Description classPlainTextResponseReaderReturns the response body as a string. -
Uses of ResponseReader in si.mazi.rescu.serialization.jackson
Subclasses of ResponseReader in si.mazi.rescu.serialization.jackson Modifier and Type Class Description classJacksonResponseReaderReads the JSON responses into POJO object using Jackson.