Uses of Class
io.helidon.openapi.OpenApiDocument.Callback
Packages that use OpenApiDocument.Callback
-
Uses of OpenApiDocument.Callback in io.helidon.openapi
Classes in io.helidon.openapi that implement interfaces with type arguments of type OpenApiDocument.CallbackModifier and TypeClassDescriptionstatic final classOpenAPI callback builder.Methods in io.helidon.openapi that return OpenApiDocument.CallbackModifier and TypeMethodDescriptionOpenApiDocument.CallbackBuilder.build()static OpenApiDocument.CallbackCreate a reference callback.Methods in io.helidon.openapi that return types with arguments of type OpenApiDocument.CallbackMethods in io.helidon.openapi with parameters of type OpenApiDocument.CallbackModifier and TypeMethodDescriptionOpenApiDocument.ComponentsBuilder.callback(String name, OpenApiDocument.Callback callback) Set callback.OpenApiDocument.OperationBuilder.callback(String name, OpenApiDocument.Callback callback) Add callback.