public interface DataFormat
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultMimeType()
Returns the default mime type
|
Set<DataFormatConfigOption> |
getReaderOptions()
Returns the list of all supported reader options
|
Set<String> |
getSupportedMimeTypes()
Returns the list of all supported mime types
|
Set<DataFormatConfigOption> |
getWriterOptions()
The list of all supported writer options
|
boolean |
isBinaryFormat()
Returns true if this is data format is represented in a binary representation instead of text
|
String getDefaultMimeType()
Set<String> getSupportedMimeTypes()
Set<DataFormatConfigOption> getReaderOptions()
Set<DataFormatConfigOption> getWriterOptions()
boolean isBinaryFormat()
Copyright © 2024 MuleSoft, Inc.. All rights reserved.