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 Type
    Method
    Description
    void
    Define custom mapping logic.
    void
    Set AtlasSession.
  • Method Details

    • process

      void process()
      Define custom mapping logic. User can implement this interface and define custom mapping logic in this method.
    • setAtlasSession

      void setAtlasSession(AtlasSession session) throws AtlasException
      Set AtlasSession.
      Parameters:
      session - AtlasSession
      Throws:
      AtlasException