| Modifier and Type | Method and Description |
|---|---|
<T> io.reactivex.Single<T> |
RestClient.callEndpoint(RestRequest restRequest,
Optional<RestRequestEnhancer> requestEnhancer,
TypeReference<T> returnType)
Calls a rest endpoint asynchronously.
|
<T> T |
JSONObjectMapper.convertValue(Object fromValue,
TypeReference<T> toValueTypeRef)
Converts a value from an object to another type.
|
<T> T |
JSONObjectMapper.fromJSON(String json,
TypeReference<T> valueTypeRef)
Converts a JSON string to a type.
|
Copyright © 2011–2020 Everit Kft.. All rights reserved.