| Package | Description |
|---|---|
| io.swagger.oas.inflector.examples |
| Modifier and Type | Method and Description |
|---|---|
static ExampleBuilder.RequestType |
ExampleBuilder.RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExampleBuilder.RequestType[] |
ExampleBuilder.RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Example |
ExampleBuilder.fromProperty(String name,
io.swagger.v3.oas.models.media.Schema property,
Map<String,io.swagger.v3.oas.models.media.Schema> definitions,
Map<String,Example> processedModels,
ExampleBuilder.RequestType requestType) |
static Example |
ExampleBuilder.fromProperty(String name,
io.swagger.v3.oas.models.media.Schema property,
Map<String,io.swagger.v3.oas.models.media.Schema> definitions,
Set<String> processedModels,
ExampleBuilder.RequestType requestType) |
static Example |
ExampleBuilder.fromSchema(io.swagger.v3.oas.models.media.Schema property,
Map<String,io.swagger.v3.oas.models.media.Schema> definitions,
ExampleBuilder.RequestType requestType) |
Copyright © 2019. All rights reserved.