public class CollectionOfMapReader extends Object
| Constructor and Description |
|---|
CollectionOfMapReader(Collection<Map<String,Object>> maps,
Map<String,FieldMetadata> mappings)
Creates instance of class from given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
formatListObject(Object object,
String separator) |
List<String> |
getHeaderNames() |
Map<String,String> |
getRecord() |
void |
readHeaderNames() |
void |
readRecord() |
boolean |
ready() |
void |
skipRecords(long n) |
public CollectionOfMapReader(Collection<Map<String,Object>> maps, Map<String,FieldMetadata> mappings)
maps - - the source collectionmappings - - map of field metadata by field namepublic void readHeaderNames()
public void skipRecords(long n)
public void readRecord()
throws ReaderException
ReaderExceptionpublic boolean ready()
public static String formatListObject(Object object, String separator) throws ReaderException
ReaderExceptionCopyright © 2025 MuleSoft, Inc.. All rights reserved.