formationProperty

Spec

formationProperty<TSource>(
    parent: TSource, 
    propertyDescriptor: PropertyDescriptor<TSource, any>
): AttributeMap;

Formate target property using parentSource and propertyDescriptor. The result of this method is merged in the formation method.

Input

Name

Type

Information

parent

TSource

Parent object with corresponding property.

propertyDescriptor

PropertyDescriptor<TSource, any>

Mapping information for corresponding property.

Internal logic

  • Examine the nullable of target property.

  • Invoke the appropriate submethod.

Last updated