Interface IntegrationObjectMapGenerator


public interface IntegrationObjectMapGenerator
Generator of Map of property name - values.
  • Method Summary

    Modifier and Type
    Method
    Description
    generateMap(IntegrationItem integrationItem)
    Generates Map of property name - values from the Integration Item in a hierarchical way; when nested referenced attributes are present, they will also be represented as a nested map.
  • Method Details

    • generateMap

      Map<String,Object> generateMap(IntegrationItem integrationItem)
      Generates Map of property name - values from the Integration Item in a hierarchical way; when nested referenced attributes are present, they will also be represented as a nested map.
      Parameters:
      integrationItem - Integration Item from a request that will be transformed into a Map representation.
      Returns:
      Hierarchical map representation of the property name - value of the Integration Item sent as a parameter.