accept property

Map<String, List<String>> accept
final

A Map with the keys set to the MIME type and the values a List of file extensions.

e.g. {"image/png+gif+jpg": [".png", ".gif", ".jpg"]}

Implementation

final Map<String, List<String>> accept;