|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.binding.mapping.Mapping
org.springframework.binding.mapping.RequiredMapping
public class RequiredMapping
A mapping that is required.
| Constructor Summary | |
|---|---|
RequiredMapping(Expression sourceExpression,
SettableExpression targetPropertyExpression,
ConversionExecutor typeConverter)
Creates a required mapping. |
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.binding.mapping.Mapping |
|---|
equals, hashCode, map, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RequiredMapping(Expression sourceExpression,
SettableExpression targetPropertyExpression,
ConversionExecutor typeConverter)
sourceExpression - the source mapping expressiontargetPropertyExpression - the target property expressiontypeConverter - a type converter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||