public class MimeTypeImpl extends Object implements org.mule.apikit.model.MimeType
| Constructor and Description |
|---|
MimeTypeImpl(org.raml.model.MimeType mimeType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCompiledSchema() |
String |
getExample() |
Map<String,List<org.mule.apikit.model.parameter.Parameter>> |
getFormParameters() |
org.raml.model.MimeType |
getInstance() |
String |
getSchema() |
String |
getType() |
List<org.mule.apikit.validation.ApiValidationResult> |
validate(String payload) |
public Object getCompiledSchema()
getCompiledSchema in interface org.mule.apikit.model.MimeTypepublic String getSchema()
getSchema in interface org.mule.apikit.model.MimeTypepublic Map<String,List<org.mule.apikit.model.parameter.Parameter>> getFormParameters()
getFormParameters in interface org.mule.apikit.model.MimeTypepublic String getType()
getType in interface org.mule.apikit.model.MimeTypepublic String getExample()
getExample in interface org.mule.apikit.model.MimeTypepublic org.raml.model.MimeType getInstance()
getInstance in interface org.mule.apikit.model.MimeTypeCopyright © 2024. All rights reserved.