| Modifier and Type | Method and Description |
|---|---|
List<FieldMetadata> |
ContentMetadata.getFields()
Getter method for array of fields for this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentMetadata.setFields(List<FieldMetadata> fields)
Setter method for array of fields for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,FieldMetadata> |
MetadataUtil.mapMetadata(ContentMetadata contentMetadata)
Maps each metadata field to its field name.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MetadataUtil.addSimpleField(org.mule.metadata.api.builder.ObjectTypeBuilder objectTypeBuilder,
FieldMetadata fieldMetadata) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapToCSVLineTransformer.setMappings(Map<String,FieldMetadata> mappings)
Setter method for mappings.
|
| Constructor and Description |
|---|
CollectionOfMapReader(Collection<Map<String,Object>> maps,
Map<String,FieldMetadata> mappings)
Creates instance of class from given parameters.
|
MapToCSVLineTransformer(Set<String> orderOfHeaders,
FileFormat fileFormat,
Map<String,FieldMetadata> mappings) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.