Uses of Class
io.smallrye.openapi.runtime.io.IOContext
Packages that use IOContext
Package
Description
-
Uses of IOContext in io.smallrye.openapi.runtime.io
Methods in io.smallrye.openapi.runtime.io that return IOContextModifier and TypeMethodDescriptionstatic <V,A extends V, O extends V, AB, OB>
IOContext<V,A, O, AB, OB> IOContext.empty()static <V,A extends V, O extends V, AB, OB>
IOContext<V,A, O, AB, OB> static IOContext<?,?, ?, ?, ?> IOContext.forScanning(AnnotationScannerContext context) ModelIO.ioContext()Constructors in io.smallrye.openapi.runtime.io with parameters of type IOContextModifierConstructorDescriptionComponentsIO(IOContext<V, A, O, AB, OB> context, ContentIO<V, A, O, AB, OB> contentIO, ExtensionIO<V, A, O, AB, OB> extensionIO) protectedMapModelIO(IOContext<V, A, O, AB, OB> context, org.jboss.jandex.DotName annotationName, org.jboss.jandex.DotName modelName) protectedModelIO(IOContext<V, A, O, AB, OB> context, org.jboss.jandex.DotName annotationName, org.jboss.jandex.DotName modelName) OperationIO(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, ContentIO<V, A, O, AB, OB> contentIO, 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) PathItemIO(IOContext<V, A, O, AB, OB> context, OperationIO<V, A, O, AB, OB> operationIO, ContentIO<V, A, O, AB, OB> contentIO, ExtensionIO<V, A, O, AB, OB> extensionIO) PathsIO(IOContext<V, A, O, AB, OB> context, OperationIO<V, A, O, AB, OB> operationIO, ContentIO<V, A, O, AB, OB> contentIO, ExtensionIO<V, A, O, AB, OB> extensionIO) -
Uses of IOContext in io.smallrye.openapi.runtime.io.callbacks
Constructors in io.smallrye.openapi.runtime.io.callbacks with parameters of type IOContextModifierConstructorDescriptionCallbackIO(IOContext<V, A, O, AB, OB> context, ContentIO<V, A, O, AB, OB> contentIO, ExtensionIO<V, A, O, AB, OB> extensionIO) CallbackOperationIO(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) -
Uses of IOContext in io.smallrye.openapi.runtime.io.extensions
Constructors in io.smallrye.openapi.runtime.io.extensions with parameters of type IOContext -
Uses of IOContext in io.smallrye.openapi.runtime.io.headers
Constructors in io.smallrye.openapi.runtime.io.headers with parameters of type IOContext -
Uses of IOContext in io.smallrye.openapi.runtime.io.info
Constructors in io.smallrye.openapi.runtime.io.info with parameters of type IOContext -
Uses of IOContext in io.smallrye.openapi.runtime.io.links
Constructors in io.smallrye.openapi.runtime.io.links with parameters of type IOContext -
Uses of IOContext in io.smallrye.openapi.runtime.io.media
Constructors in io.smallrye.openapi.runtime.io.media with parameters of type IOContext -
Uses of IOContext in io.smallrye.openapi.runtime.io.parameters
Constructors in io.smallrye.openapi.runtime.io.parameters with parameters of type IOContext -
Uses of IOContext in io.smallrye.openapi.runtime.io.responses
Constructors in io.smallrye.openapi.runtime.io.responses with parameters of type IOContext -
Uses of IOContext in io.smallrye.openapi.runtime.io.security
Constructors in io.smallrye.openapi.runtime.io.security with parameters of type IOContextModifierConstructorDescriptionprotectedprotectedprotected -
Uses of IOContext in io.smallrye.openapi.runtime.io.servers
Constructors in io.smallrye.openapi.runtime.io.servers with parameters of type IOContext -
Uses of IOContext in io.smallrye.openapi.runtime.io.tags
Constructors in io.smallrye.openapi.runtime.io.tags with parameters of type IOContext -
Uses of IOContext in io.smallrye.openapi.runtime.scanner.spi
Methods in io.smallrye.openapi.runtime.scanner.spi that return IOContextModifier and TypeMethodDescription<V,A extends V, O extends V, AB, OB>
IOContext<V,A, O, AB, OB> AnnotationScannerContext.getIoContext()