Class CompositeDataHelper


  • public class CompositeDataHelper
    extends Object
    • Constructor Detail

      • CompositeDataHelper

        public CompositeDataHelper()
    • Method Detail

      • getTabularMap

        public static Map getTabularMap​(CompositeData cdata,
                                        String fieldName)
        Extracts the named TabularData field from the CompositeData and converts it to a Map which is the method used to get the typesafe user properties.
      • appendTabularMap

        public static void appendTabularMap​(Map map,
                                            CompositeData cdata,
                                            String fieldName)
      • getMessageUserProperties

        public static Map getMessageUserProperties​(CompositeData cdata)
        Returns a map of all the user properties in the given message CompositeData object
        Parameters:
        cdata -
        Returns:
        a Map of user properties