Package io.atlasmap.api
Interface AtlasMappingBuilder
- All Known Implementing Classes:
DefaultAtlasMappingBuilder
public interface AtlasMappingBuilder
An interface to define a custom mapping logic. User can implement this class and
define custom mapping logic in
#processMapping().-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess()Define custom mapping logic.voidsetAtlasSession(AtlasSession session) SetAtlasSession.
-
Method Details
-
process
void process()Define custom mapping logic. User can implement this interface and define custom mapping logic in this method. -
setAtlasSession
SetAtlasSession.- Parameters:
session-AtlasSession- Throws:
AtlasException
-