Registry / web-framework / quarkus-resteasy-jsonb

quarkus-resteasy-jsonb

JSON →
library3.35.2javamavenunverified

JSON-B serialization support for RESTEasy Classic in Quarkus applications.

<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy-jsonb</artifactId> <version>3.35.2</version> </dependency>
INSTALL
IMPORT
SIG · QUARKUS-RESTEASY-J
Q
quarkus-resteasy-jsonb
web-frameworkjavav3.35.2
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.

JsonbProvider
✓ io.quarkus.resteasy.jsonb.runtime.JsonbProvider

Demonstrates the JSON-B provider for RESTEasy.

import io.quarkus.resteasy.jsonb.runtime.JsonbProvider; public class Example { public static void main(String[] args) { JsonbProvider provider = new JsonbProvider(); System.out.println(provider.getClass().getName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.35.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
quarkus-resteasy-jsonb — mvn dependency:get quarkus-resteasy-jsonb · libregistry