Interface PropertyMapping

All Superinterfaces:
Mapping

public interface PropertyMapping extends Mapping
A mapping of a source property hierarchy to a destination property hierarchy.
  • Method Details

    • getSourceProperties

      List<? extends PropertyInfo> getSourceProperties()
      Get the hierarchy of source properties.
    • getLastSourceProperty

      PropertyInfo getLastSourceProperty()
      Gets the last member info in the source members hierarchy.