Interface ContextAssembler
- All Superinterfaces:
ContextMapper
Helper interface to be used by Dao implementations for assembling to and from context.
Useful if we have assembler classes responsible for mapping to and from a specific
entry.
-
Method Summary
Modifier and TypeMethodDescriptionvoidmapToContext(Object obj, Object ctx) Map the supplied object to the specified context.Methods inherited from interface ContextMapper
mapFromContext
-
Method Details
-
mapToContext
-