Click or drag to resize

JsonValueMapping Class

Contains information how to map a json value from one json format to another.
Inheritance Hierarchy
SystemObject
  MFiles.VAF.Configuration.JsonMappingJsonValueMapping

Namespace:  MFiles.VAF.Configuration.JsonMapping
Assembly:  MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntax
public class JsonValueMapping

The JsonValueMapping type exposes the following members.

Constructors
  NameDescription
Public methodJsonValueMapping
Constructor.
Top
Properties
  NameDescription
Public propertyConverter
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.
Public propertySourcePath
The source path to the value location(s) in the source JSON structure. Must be absolute, but can contain array index wild-cards.
Public propertyTargetPath
The target path to the corresponding value location(s) in the target JSON structure.
Top
Methods
  NameDescription
Public methodInvert
Provides an inverse mapping, that defines how a value from the target JSON structure should be mapped into the source JSON structure.
Top
See Also