Registry / serialization / jackson-jaxrs-yaml-provider

jackson-jaxrs-yaml-provider

JSON →
library2.22.0javamavenunverified

Provides YAML input/output support for JAX-RS implementations using Jackson data binding.

<dependency> <groupId>com.fasterxml.jackson.jaxrs</groupId> <artifactId>jackson-jaxrs-yaml-provider</artifactId> <version>2.22.0</version> </dependency>
INSTALL
IMPORT
SIG · JACKSON-JAXRS-YAML
J
jackson-jaxrs-yaml-provider
serializationjavav2.22.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.

JacksonYAMLProvider
com.fasterxml.jackson.jaxrs.yaml.JacksonYAMLProvider

Instantiate the YAML provider for JAX-RS.

import com.fasterxml.jackson.jaxrs.yaml.JacksonYAMLProvider; public class Example { public static void main(String[] args) { JacksonYAMLProvider provider = new JacksonYAMLProvider(); System.out.println("YAML provider created: " + provider); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.22.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
jackson-jaxrs-yaml-provider — mvn dependency:get jackson-jaxrs-yaml-provider · libregistry