Interface ITypeMappingVisitor

All Known Implementing Classes:
ReportingTypeMappingVisitor, TypeMappingVisitor

public interface ITypeMappingVisitor
Since:
9.0
Author:
Arjan Pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method adds a type to the schema.
  • Method Details

    • addTypeMapping

      void addTypeMapping(ITypeMappingDS datasource)
      This method adds a type to the schema.
      Parameters:
      datasource - The datasource of the type, may not be null.
      Throws:
      InitializationException - This exception is thrown when the type mapping could not be initialized with the provided data source.