public class CompositeDataHelper extends Object
Constructor and Description |
---|
CompositeDataHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
appendTabularMap(Map map,
CompositeData cdata,
String fieldName) |
static Map |
getMessageUserProperties(CompositeData cdata)
Returns a map of all the user properties in the given message
CompositeData
object |
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.
|
public CompositeDataHelper()
public static Map getTabularMap(CompositeData cdata, String fieldName)
public static void appendTabularMap(Map map, CompositeData cdata, String fieldName)
public static Map getMessageUserProperties(CompositeData cdata)
CompositeData
objectcdata
- Copyright © 2005–2022 FuseSource, Corp.. All rights reserved.