Registry / web-framework / resteasy-json-binding-provider

resteasy-json-binding-provider

JSON →
library6.2.15.Finaljavamavenunverified

JSON Binding (JSON-B) provider for RESTEasy, a Jakarta REST implementation.

<dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-json-binding-provider</artifactId> <version>6.2.15.Final</version> </dependency>
INSTALL
IMPORT
SIG · RESTEASY-JSON-BIND
R
resteasy-json-binding-provider
web-frameworkjavav6.2.15.Final
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.

JsonBindingProvider
org.jboss.resteasy.plugins.providers.jsonb.JsonBindingProvider

Registers the JSON-B provider in a JAX-RS application.

import org.jboss.resteasy.plugins.providers.jsonb.JsonBindingProvider; import javax.ws.rs.core.Application; import java.util.HashSet; import java.util.Set; public class MyApplication extends Application { @Override public Set<Class<?>> getClasses() { Set<Class<?>> classes = new HashSet<>(); classes.add(JsonBindingProvider.class); return classes; } }
Debug
Known issues
breakingVersion 6.2.15.Final requires Jakarta EE 9+; older versions use javax namespace.
fix
Use jakarta.ws.rs imports for this version, or downgrade to a javax-compatible version.
affects: >=6.0.0
Upgrade
Version history
6.2.15.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
resteasy-json-binding-provider — mvn dependency:get resteasy-json-binding-provider · libregistry