Interface IntegrationObjectMapGenerator


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.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.
    • Method Detail

      • generateMap

        java.util.Map<java.lang.String,​java.lang.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.