JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.cumulocity.sdk.client
Interface ResponseMapper
public interface
ResponseMapper
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
<T> T
read
(
InputStream
stream,
Class
<T> clazz)
CharSequence
write
(
Object
object)
Method Details
write
CharSequence
write
(
Object
object)
read
<T>
T
read
(
InputStream
stream,
Class
<T> clazz)