Class AmqpUtils


  • public class AmqpUtils
    extends Object
    • Constructor Detail

      • AmqpUtils

        public AmqpUtils()
    • Method Detail

      • convertMapLongStringToString

        public static Map<String,​Object> convertMapLongStringToString​(Map<String,​Object> map)
        Converts all values of the given Map and type LongString to String. In case of map is null, null will be directly returned.
        Returns:
        consolidated map.