Interface Mapping
- All Known Implementing Classes:
DefaultMapping
public interface Mapping
Information about a single mapping.
- Author:
- Keith Donald
-
Method Summary
Modifier and TypeMethodDescriptionThe source of the mapping.The target of the mapping.boolean
Whether this is a required mapping.
-
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.
-