Uses of Class
io.swagger.v3.oas.models.examples.Example
-
Packages that use Example 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 -
-
Uses of Example in io.swagger.v3.oas.models
Methods in io.swagger.v3.oas.models that return types with arguments of type Example Modifier and Type Method Description Map<String,Example>Components. getExamples()returns the examples property from a Components instance.Methods in io.swagger.v3.oas.models with parameters of type Example Modifier and Type Method Description ComponentsComponents. addExamples(String key, Example examplesItem)Method parameters in io.swagger.v3.oas.models with type arguments of type Example Modifier and Type Method Description ComponentsComponents. examples(Map<String,Example> examples)voidComponents. setExamples(Map<String,Example> examples) -
Uses of Example in io.swagger.v3.oas.models.examples
Methods in io.swagger.v3.oas.models.examples that return Example Modifier and Type Method Description ExampleExample. $ref(String $ref)ExampleExample. description(String description)ExampleExample. extensions(Map<String,Object> extensions)ExampleExample. externalValue(String externalValue)ExampleExample. summary(String summary)ExampleExample. value(Object value) -
Uses of Example in io.swagger.v3.oas.models.headers
Methods in io.swagger.v3.oas.models.headers that return types with arguments of type Example Modifier and Type Method Description Map<String,Example>Header. getExamples()returns the examples property from a Header instance.Methods in io.swagger.v3.oas.models.headers with parameters of type Example Modifier and Type Method Description HeaderHeader. addExample(String key, Example examplesItem)Method parameters in io.swagger.v3.oas.models.headers with type arguments of type Example Modifier and Type Method Description HeaderHeader. examples(Map<String,Example> examples)voidHeader. setExamples(Map<String,Example> examples) -
Uses of Example in io.swagger.v3.oas.models.media
Methods in io.swagger.v3.oas.models.media that return types with arguments of type Example Modifier and Type Method Description Map<String,Example>MediaType. getExamples()returns the examples property from a MediaType instance.Methods in io.swagger.v3.oas.models.media with parameters of type Example Modifier and Type Method Description MediaTypeMediaType. addExamples(String key, Example examplesItem)Method parameters in io.swagger.v3.oas.models.media with type arguments of type Example Modifier and Type Method Description MediaTypeMediaType. examples(Map<String,Example> examples)voidMediaType. setExamples(Map<String,Example> examples) -
Uses of Example in io.swagger.v3.oas.models.parameters
Methods in io.swagger.v3.oas.models.parameters that return types with arguments of type Example Modifier and Type Method Description Map<String,Example>Parameter. getExamples()returns the examples property from a Parameter instance.Methods in io.swagger.v3.oas.models.parameters with parameters of type Example Modifier and Type Method Description ParameterParameter. addExample(String key, Example examplesItem)Method parameters in io.swagger.v3.oas.models.parameters with type arguments of type Example Modifier and Type Method Description ParameterParameter. examples(Map<String,Example> examples)voidParameter. setExamples(Map<String,Example> examples)
-