Registry / serialization / johnzon-jaxrs

johnzon-jaxrs

JSON →
library2.0.2javamavenunverified

Provides JAX-RS integration for Apache Johnzon, enabling JSON serialization/deserialization in RESTful web services.

<dependency> <groupId>org.apache.johnzon</groupId> <artifactId>johnzon-jaxrs</artifactId> <version>2.0.2</version> </dependency>
INSTALL
IMPORT
SIG · JOHNZON-JAXRS
J
johnzon-jaxrs
serializationjavav2.0.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.

JohnzonProvider
org.apache.johnzon.jaxrs.JohnzonProvider

Extends JohnzonProvider to register it as a JAX-RS provider for JSON processing.

import org.apache.johnzon.jaxrs.JohnzonProvider; import javax.ws.rs.ext.Provider; @Provider public class MyJohnzonProvider extends JohnzonProvider<Object> { // Custom configuration if needed }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
johnzon-jaxrs — mvn dependency:get johnzon-jaxrs · libregistry