| Package | Description |
|---|---|
| com.jrfom.gw2 | |
| com.jrfom.gw2.jackson.deserializers | |
| com.jrfom.gw2.jackson.serializers |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<MapsList> |
ApiClient.getMaps()
Retrieve the complete list of maps localized to the English
language.
|
com.google.common.base.Optional<MapsList> |
ApiClient.getMapsInLang(int mapId,
String lang)
Retrieves a list of maps for the specified
mapId and
localized to the specified lang. |
com.google.common.base.Optional<MapsList> |
ApiClient.getMapsInLang(String lang)
Retrieve the complete list of maps localized to the specified
language.
|
| Modifier and Type | Method and Description |
|---|---|
MapsList |
MapsListDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapsListSerializer.serialize(MapsList value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2014. All Rights Reserved.