Class NestedPropertyMappingMethod

  • All Implemented Interfaces:
    Writable

    public class NestedPropertyMappingMethod
    extends MappingMethod
    This method is used to convert the nested properties as listed in propertyEntries into a method that creates a mapping from the start of this list to the end of the list.

    So, say that the start of the list is of TypeA and the end of the list is of TypeB than the forged method will create a forged mapping method: TypeB methodName( TypeA in ).

    Author:
    Sjaak Derksen