deformation
Spec
Convert AttributeMap to DynamoEntity.
Input
Name
Type
Information
target
AttributeMap
AttributeMap to convert to entity.
RootTClass
ClassCapture<TTarget>
Reference of @DynamoEntity
class
An error is occurs, if the target
is null or undefined.
The deformation allows null of non-nullable property.
Example
It will be deformationed as,
Internal Logic
Use the deformatProperty
method to perform a deformation on all the properties, then merge all the results.
Last updated
Was this helpful?