public class MimeTypeImpl extends Object implements org.mule.apikit.model.MimeType
| Constructor and Description |
|---|
MimeTypeImpl(org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCompiledSchema() |
String |
getExample() |
Map<String,List<org.mule.apikit.model.parameter.Parameter>> |
getFormParameters() |
Object |
getInstance() |
String |
getSchema() |
String |
getType() |
List<org.mule.apikit.validation.ApiValidationResult> |
validate(String payload) |
public MimeTypeImpl(org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration)
public String getType()
getType in interface org.mule.apikit.model.MimeTypepublic String getExample()
getExample 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 List<org.mule.apikit.validation.ApiValidationResult> validate(String payload)
validate in interface org.mule.apikit.model.MimeTypepublic Object getCompiledSchema()
getCompiledSchema in interface org.mule.apikit.model.MimeTypepublic Object getInstance()
getInstance in interface org.mule.apikit.model.MimeTypeCopyright © 2025. All rights reserved.