|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeMapper
A lightweight service interface for mapping between two attribute sources.
Implementations of this interface are expected to encapsulate the mapping configuration information as well as the logic to act on it to perform mapping between a given source and target attribute source.
Method Summary | |
---|---|
void |
map(java.lang.Object source,
java.lang.Object target,
MappingContext context)
Map data from a source object to a target object. |
Method Detail |
---|
void map(java.lang.Object source, java.lang.Object target, MappingContext context)
source
- the sourcetarget
- the targetcontext
- the mapping context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |