java.lang.Object
gg.xp.xivapi.mappers.objects.MapFieldMapper<X>
- Type Parameters:
X- The list type (e.g. List of String, not String)
- All Implemented Interfaces:
FieldMapper<Map<String,X>>
Mapper for Map types. Keys are always String. Value is generic.
TODO: support this at the top-level
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildQueryFields(QueryFieldsBuilder parent) getValue(com.fasterxml.jackson.databind.JsonNode current, XivApiContext context)
-
Constructor Details
-
MapFieldMapper
-
-
Method Details
-
getValue
public Map<String,X> getValue(com.fasterxml.jackson.databind.JsonNode current, XivApiContext context) - Specified by:
getValuein interfaceFieldMapper<X>
-
buildQueryFields
- Specified by:
buildQueryFieldsin interfaceFieldMapper<X>
-