public interface Mapping
Modifier and Type | Method and Description |
---|---|
Expression |
getSourceExpression()
The source of the mapping.
|
Expression |
getTargetExpression()
The target of the mapping.
|
boolean |
isRequired()
Whether this is a required mapping.
|
Expression getSourceExpression()
Expression getTargetExpression()
boolean isRequired()