DictionaryMapperType interface

Helps build a mapper that describes how to parse a dictionary of mapped values.

Properties

name

Name of the sequence type mapper.

value

The mapper to use to map the value of each property in the dictionary.

Property Details

name

Name of the sequence type mapper.

name: "Dictionary"

Property Value

"Dictionary"

value

The mapper to use to map the value of each property in the dictionary.

value: Mapper

Property Value