| Package | Description |
|---|---|
| io.swagger.v3.oas.models | |
| io.swagger.v3.oas.models.examples | |
| io.swagger.v3.oas.models.headers | |
| io.swagger.v3.oas.models.media | |
| io.swagger.v3.oas.models.parameters |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Example> |
Components.getExamples()
returns the examples property from a Components instance.
|
| Modifier and Type | Method and Description |
|---|---|
Components |
Components.addExamples(String key,
Example examplesItem) |
| Modifier and Type | Method and Description |
|---|---|
Components |
Components.examples(Map<String,Example> examples) |
void |
Components.setExamples(Map<String,Example> examples) |
| Modifier and Type | Method and Description |
|---|---|
Example |
Example.$ref(String $ref) |
Example |
Example.description(String description) |
Example |
Example.extensions(Map<String,Object> extensions) |
Example |
Example.externalValue(String externalValue) |
Example |
Example.summary(String summary) |
Example |
Example.value(Object value) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Example> |
Header.getExamples()
returns the examples property from a Header instance.
|
| Modifier and Type | Method and Description |
|---|---|
Header |
Header.addExample(String key,
Example examplesItem) |
| Modifier and Type | Method and Description |
|---|---|
Header |
Header.examples(Map<String,Example> examples) |
void |
Header.setExamples(Map<String,Example> examples) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Example> |
MediaType.getExamples()
returns the examples property from a MediaType instance.
|
| Modifier and Type | Method and Description |
|---|---|
MediaType |
MediaType.addExamples(String key,
Example examplesItem) |
| Modifier and Type | Method and Description |
|---|---|
MediaType |
MediaType.examples(Map<String,Example> examples) |
void |
MediaType.setExamples(Map<String,Example> examples) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Example> |
Parameter.getExamples()
returns the examples property from a Parameter instance.
|
| Modifier and Type | Method and Description |
|---|---|
Parameter |
Parameter.addExample(String key,
Example examplesItem) |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
Parameter.examples(Map<String,Example> examples) |
void |
Parameter.setExamples(Map<String,Example> examples) |
Copyright © 2019. All rights reserved.