|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MappingBuilder | |
---|---|
org.springframework.binding.mapping | Support for mapping attribute values between data structures. |
Uses of MappingBuilder in org.springframework.binding.mapping |
---|
Methods in org.springframework.binding.mapping that return MappingBuilder | |
---|---|
MappingBuilder |
MappingBuilder.from(java.lang.Class sourceType)
Sets the expected type of the object returned by evaluating the source expression. |
MappingBuilder |
MappingBuilder.required()
Marks the mapping to be built a "required" mapping. |
MappingBuilder |
MappingBuilder.source(java.lang.String expressionString)
Sets the source expression of the mapping built by this builder. |
MappingBuilder |
MappingBuilder.target(java.lang.String expressionString)
Sets the target property expression of the mapping built by this builder. |
MappingBuilder |
MappingBuilder.targetCollection(java.lang.String expressionString)
Sets the target collection of the mapping built by this builder. |
MappingBuilder |
MappingBuilder.to(java.lang.Class targetType)
Sets the target type of the property writeable by the target expression. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |