JsonMapGenerator Class |
Namespace: MFiles.VAF.Configuration.JsonMapping
The JsonMapGenerator type exposes the following members.
Name | Description | |
---|---|---|
![]() | JsonMapGenerator | Initializes a new instance of the JsonMapGenerator class |
Name | Description | |
---|---|---|
![]() | CustomMappers |
Custom mappers to use while generating the JsonMaps for a type.
|
Name | Description | |
---|---|---|
![]() | Generate |
Generates a JsonMap based on a class structure and the
relevant types' data members.
|
![]() | GetDataMemberSourcePath |
Generates a JSON path to where a data members's value will be deserialzed to.
|
![]() | GetDataMemberTargetPath |
Generates a JSON path to where a data members's value should be mapped to in a target format.
|
![]() | GetMappingAttribute |
Gets the JsonMappingAttribute of a data member for
a specific mapping target if one exists.
|