Registry / web-framework / conjure-undertow-lib

conjure-undertow-lib

JSON →
library8.78.0javamavenunverified

A library for integrating Conjure-generated interfaces with the Undertow web server.

<dependency> <groupId>com.palantir.conjure.java</groupId> <artifactId>conjure-undertow-lib</artifactId> <version>8.78.0</version> </dependency>
INSTALL
IMPORT
SIG · CONJURE-UNDERTOW-L
C
conjure-undertow-lib
web-frameworkjavav8.78.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

UndertowService
com.palantir.conjure.java.undertow.lib.UndertowService

Creates an UndertowService from a Conjure resource implementation.

import com.palantir.conjure.java.undertow.lib.UndertowService; public class Example { public static void main(String[] args) { UndertowService service = UndertowService.of(new MyResource()); System.out.println("Service created: " + service); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.78.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
conjure-undertow-lib — mvn dependency:get conjure-undertow-lib · libregistry