Class FieldMapperCatalog


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void add​(FieldMapperDefinition fieldMapperDefinition)
      Registers the specified custom mapping field.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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.