Interface StringMapParser<T>

All Superinterfaces:
Parser<Map<String,​String>,​T>

public interface StringMapParser<T> extends Parser<Map<String,​String>,​T>