Link Search Menu Expand Document

Undertow

Table of contents

  1. Installation
  2. Usage
  3. License

Installation

Add the following to your pom.xml :

<dependency>
    <groupId>org.openapi4j</groupId>
    <artifactId>openapi-operation-undertow</artifactId>
</dependency>

Release version Snapshot version

Usage

Requests and responses are wrapped with the specific adapter.

// Undertow
Request request = UndertowRequest.of(HttpServerExchange hse);
// validate...
Library Version Client Server Dependency
Undertow > 2.0 No UndertowRequest io.undertow:undertow-core

License

See main page