| Modifier and Type | Field and Description |
|---|---|
static ReturnCurrencies |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static ReturnCurrencies |
create() |
static Map<String,Currency> |
fromJson(com.fasterxml.jackson.databind.ObjectMapper mapper,
String body) |
String |
getEndpoint() |
String |
getPayload() |
Map<String,Currency> |
parse(com.fasterxml.jackson.databind.ObjectMapper mapper,
String body) |
static Map<String,Currency> |
parseCurrencies(com.fasterxml.jackson.databind.JsonNode node) |
static Currency |
parseCurrency(com.fasterxml.jackson.databind.JsonNode node) |
public static ReturnCurrencies INSTANCE
public String getEndpoint()
getEndpoint in interface Reqpublic String getPayload()
getPayload in interface Reqpublic static ReturnCurrencies create()
public Map<String,Currency> parse(com.fasterxml.jackson.databind.ObjectMapper mapper, String body)
public static Map<String,Currency> fromJson(com.fasterxml.jackson.databind.ObjectMapper mapper, String body)
public static Map<String,Currency> parseCurrencies(com.fasterxml.jackson.databind.JsonNode node)
public static Currency parseCurrency(com.fasterxml.jackson.databind.JsonNode node)
Copyright © 2019. All rights reserved.