Class FieldMapperCatalog

java.lang.Object
com.orchestranetworks.addon.dex.mapping.FieldMapperCatalog

public final class FieldMapperCatalog extends Object
Provides a list of mapping field classes to register.
Since:
2.3.0
  • Method Details

    • add

      public static final void add(FieldMapperDefinition fieldMapperDefinition) throws com.orchestranetworks.service.OperationException
      Registers the specified custom mapping field.
      Parameters:
      fieldMapperDefinition - field mapper definition.
      Throws:
      com.orchestranetworks.service.OperationException - if the label or description of this field mapper is null or this field mapper already exists in the catalog.