Registry / serialization / jackson-datatype-pcollections

jackson-datatype-pcollections

JSON →
library2.21.3javamavenunverified

Add-on datatype-support module for Jackson that handles PCollections types.

<dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-pcollections</artifactId> <version>2.21.3</version> </dependency>
INSTALL
IMPORT
SIG · JACKSON-DATATYPE-P
J
jackson-datatype-pcollections
serializationjavav2.21.3
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.

PCollectionsModule
com.fasterxml.jackson.datatype.pcollections.PCollectionsModule

Registers the PCollections module with Jackson ObjectMapper.

import com.fasterxml.jackson.datatype.pcollections.PCollectionsModule; import com.fasterxml.jackson.databind.ObjectMapper; public class Quickstart { public static void main(String[] args) throws Exception { ObjectMapper mapper = new ObjectMapper(); mapper.registerModule(new PCollectionsModule()); System.out.println("PCollections module registered."); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.21.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jackson-datatype-pcollections — mvn dependency:get jackson-datatype-pcollections · libregistry