Uses of Class
io.smallrye.openapi.runtime.io.callbacks.CallbackIO
Packages that use CallbackIO
-
Uses of CallbackIO in io.smallrye.openapi.runtime.io
Methods in io.smallrye.openapi.runtime.io that return CallbackIOConstructors in io.smallrye.openapi.runtime.io with parameters of type CallbackIOModifierConstructorDescriptionOperationIO(IOContext<V, A, O, AB, OB> context, ContentIO<V, A, O, AB, OB> contentIO, CallbackIO<V, A, O, AB, OB> callbackIO, ExtensionIO<V, A, O, AB, OB> extensionIO) OperationIO(IOContext<V, A, O, AB, OB> context, org.jboss.jandex.DotName annotationName, ContentIO<V, A, O, AB, OB> contentIO, CallbackIO<V, A, O, AB, OB> callbackIO, ExtensionIO<V, A, O, AB, OB> extensionIO) -
Uses of CallbackIO in io.smallrye.openapi.runtime.io.callbacks
Constructors in io.smallrye.openapi.runtime.io.callbacks with parameters of type CallbackIO