Uses of Class
io.helidon.openapi.OpenApiDocument.Example
Packages that use OpenApiDocument.Example
-
Uses of OpenApiDocument.Example in io.helidon.openapi
Classes in io.helidon.openapi that implement interfaces with type arguments of type OpenApiDocument.ExampleModifier and TypeClassDescriptionstatic final classOpenAPI example builder.Methods in io.helidon.openapi that return OpenApiDocument.ExampleModifier and TypeMethodDescriptionOpenApiDocument.ExampleBuilder.build()static OpenApiDocument.ExampleCreate a reference example.Methods in io.helidon.openapi with parameters of type OpenApiDocument.ExampleModifier and TypeMethodDescriptionOpenApiDocument.ComponentsBuilder.example(String name, OpenApiDocument.Example example) Set example.OpenApiDocument.HeaderBuilder.example(String name, OpenApiDocument.Example example) Add example.OpenApiDocument.MediaTypeObjectBuilder.example(String name, OpenApiDocument.Example example) Add example.OpenApiDocument.ParameterBuilder.example(String name, OpenApiDocument.Example example) Add example.