Interface Mapping

All Known Implementing Classes:
DefaultMapping

public interface Mapping
Information about a single mapping.
Author:
Keith Donald
  • Method Details

    • getSourceExpression

      Expression getSourceExpression()
      The source of the mapping.
    • getTargetExpression

      Expression getTargetExpression()
      The target of the mapping.
    • isRequired

      boolean isRequired()
      Whether this is a required mapping.