Registry / serialization / jackson-annotations

jackson-annotations

JSON →
library2.19.4javamavenunverified

Core annotations used for value types, used by Jackson data binding package to control JSON serialization and deserialization.

<dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>2.19.4</version> </dependency>
INSTALL
IMPORT
SIG · JACKSON-ANNOTATION
J
jackson-annotations
serializationjavav2.19.4
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.

JsonProperty
com.fasterxml.jackson.annotation.JsonProperty

Using @JsonProperty to customize JSON field names.

import com.fasterxml.jackson.annotation.JsonProperty; public class Person { @JsonProperty("full_name") private String name; public Person(@JsonProperty("full_name") String name) { this.name = name; } public String getName() { return name; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.19.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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