public class ExampleGenerator extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,io.swagger.models.Model> |
examples |
Constructor and Description |
---|
ExampleGenerator(Map<String,io.swagger.models.Model> examples) |
Modifier and Type | Method and Description |
---|---|
List<Map<String,String>> |
generate(Map<String,Object> examples,
List<String> mediaTypes,
io.swagger.models.properties.Property property) |
List<Map<String,String>> |
generate(Map<String,Object> examples,
List<String> mediaTypes,
String modelName) |
Copyright © 2020. All rights reserved.