JsonValueMapping Class |
Namespace: MFiles.VAF.Configuration.JsonMapping
The JsonValueMapping type exposes the following members.
Name | Description | |
---|---|---|
![]() | JsonValueMapping |
Constructor.
|
Name | Description | |
---|---|---|
![]() | Converter |
A custom converter that should be used when mapping values
from the source JSON structure to the target JSON structure.
Must be absolute, but can contain array index wild-cards.
|
![]() | SourcePath |
The source path to the value location(s)
in the source JSON structure.
Must be absolute, but can contain array index wild-cards.
|
![]() | TargetPath |
The target path to the corresponding value location(s)
in the target JSON structure.
|
Name | Description | |
---|---|---|
![]() | Invert |
Provides an inverse mapping, that defines how a value from the target JSON
structure should be mapped into the source JSON structure.
|