public class MetadataFormat extends Object
| Modifier and Type | Field and Description |
|---|---|
static MetadataFormat |
CSV |
static MetadataFormat |
JAVA |
static MetadataFormat |
JSON |
static MetadataFormat |
XML |
| Constructor and Description |
|---|
MetadataFormat(String label,
String id,
String... validMimeTypes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId() |
Optional<String> |
getLabel() |
Collection<String> |
getValidMimeTypes() |
int |
hashCode() |
public static MetadataFormat JAVA
public static MetadataFormat JSON
public static MetadataFormat XML
public static MetadataFormat CSV
Copyright © 2017 MuleSoft, Inc.. All rights reserved.