Uses of Class
io.helidon.openapi.OpenApiDocument.CallbackBuilder
Packages that use OpenApiDocument.CallbackBuilder
-
Uses of OpenApiDocument.CallbackBuilder in io.helidon.openapi
Classes in io.helidon.openapi that implement interfaces with type arguments of type OpenApiDocument.CallbackBuilderModifier and TypeClassDescriptionstatic final classOpenAPI callback builder.Methods in io.helidon.openapi that return OpenApiDocument.CallbackBuilderModifier and TypeMethodDescriptionOpenApiDocument.Callback.builder()Create a new callback builder.OpenApiDocument.CallbackBuilder.description(String description) Set reference description.OpenApiDocument.CallbackBuilder.expression(String expression, OpenApiDocument.PathItem pathItem) Add a callback path item.OpenApiDocument.CallbackBuilder.expression(String expression, Consumer<OpenApiDocument.PathItemBuilder> pathItem) Add a callback path item.Add an extension.Set reference.Set reference summary.Method parameters in io.helidon.openapi with type arguments of type OpenApiDocument.CallbackBuilderModifier and TypeMethodDescriptionOpenApiDocument.ComponentsBuilder.callback(String name, Consumer<OpenApiDocument.CallbackBuilder> callback) Set callback.OpenApiDocument.OperationBuilder.callback(String name, Consumer<OpenApiDocument.CallbackBuilder> callback) Add callback.