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.rest.providers
Interface CumulocityJSONMessageBodyReader.JSONParserAdapter
Enclosing class:
CumulocityJSONMessageBodyReader
public static interface
CumulocityJSONMessageBodyReader.JSONParserAdapter
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
<T> T
parse
(
Class
<T> targetType,
String
json)
Method Details
parse
<T>
T
parse
(
Class
<T> targetType,
String
json)