Module gg.xp.xivapi

Class MapFieldMapper<X>

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>>

public class MapFieldMapper<X> extends Object implements FieldMapper<Map<String,X>>
Mapper for Map types. Keys are always String. Value is generic.

TODO: this also needs to tell the parent mapper that it needs to include all children TODO: also support this at the top-level