Uses of Class
io.helidon.openapi.OpenApiDocument.ExampleBuilder
Packages that use OpenApiDocument.ExampleBuilder
-
Uses of OpenApiDocument.ExampleBuilder in io.helidon.openapi
Classes in io.helidon.openapi that implement interfaces with type arguments of type OpenApiDocument.ExampleBuilderModifier and TypeClassDescriptionstatic final classOpenAPI example builder.Methods in io.helidon.openapi that return OpenApiDocument.ExampleBuilderModifier and TypeMethodDescriptionOpenApiDocument.Example.builder()Create a new example builder.Set OpenAPI 3.2 data value.OpenApiDocument.ExampleBuilder.description(String description) Set description.Add an extension.OpenApiDocument.ExampleBuilder.externalValue(String externalValue) Set external value.Set reference.OpenApiDocument.ExampleBuilder.serializedValue(String value) Set OpenAPI 3.2 serialized value.Set summary.Set value.Method parameters in io.helidon.openapi with type arguments of type OpenApiDocument.ExampleBuilderModifier and TypeMethodDescriptionOpenApiDocument.ComponentsBuilder.example(String name, Consumer<OpenApiDocument.ExampleBuilder> example) Set example.