public interface IMimeType
| Modifier and Type | Method and Description |
|---|---|
Object |
getCompiledSchema() |
String |
getExample() |
Map<String,List<IParameter>> |
getFormParameters() |
Object |
getInstance() |
String |
getSchema() |
String |
getType() |
List<IValidationResult> |
validate(String payload) |
Object getCompiledSchema()
String getSchema()
Map<String,List<IParameter>> getFormParameters()
String getType()
String getExample()
Object getInstance()
List<IValidationResult> validate(String payload)
Copyright © 2019. All rights reserved.