Sets the value of a property on an object hierarchy as specified by the key.
The key specifying the property to set.
The value to set.
Converts an array of plain javascript objects into an array of instances of the specified class.
The desired class of the resulting object instances.
Converts a plain javascript object into an instance of the specified class.
The desired class of the resulting object instance.
Converts an array of instances of a class into an array of plain javascript objects.
The array of object instances to be converted.
Converts a plain javascript object into a flat Map of key-value pairs.
The plain javascript object to be converted.
A Map of key-value pairs.
Converts an instance of a class into a plain javascript object.
The object instance to be converted.
The ObjectMapper interface defines the methods for converting between plain javascript objects and class instances.
This is an abstraction that allows the data layer to be decoupled from the underlying object mapper implementation.