jar

com.fasterxml.jackson.datatype : jackson-datatype-jsr353

Maven & Gradle

May 31, 2023
120 usages
18 stars

Jackson datatype: jsr-353 · Add-on module for Jackson (https://github.com/FasterXML/jackson) to support working with JSR-353 (JSON-P) node types via data-binding

Table Of Contents

Latest Version

Download com.fasterxml.jackson.datatype : jackson-datatype-jsr353 JAR file - Latest Versions:

All Versions

Download com.fasterxml.jackson.datatype : jackson-datatype-jsr353 JAR file - All Versions:

Version Vulnerabilities Size Updated
2.15.x
2.14.x
2.13.x
2.12.x
2.11.x
2.10.x
2.9.x
2.8.x
2.7.x
2.6.x
2.5.x
2.4.x
2.3.x
2.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jackson-datatype-jsr353-2.15.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.fasterxml.jackson.datatype.jsr353

├─ com.fasterxml.jackson.datatype.jsr353.JSR353Module.class - [JAR]

├─ com.fasterxml.jackson.datatype.jsr353.JsonMergePatchDeserializer.class - [JAR]

├─ com.fasterxml.jackson.datatype.jsr353.JsonPatchDeserializer.class - [JAR]

├─ com.fasterxml.jackson.datatype.jsr353.JsonValueDeserializer.class - [JAR]

├─ com.fasterxml.jackson.datatype.jsr353.JsonValueSerializer.class - [JAR]

├─ com.fasterxml.jackson.datatype.jsr353.PackageVersion.class - [JAR]

Advertisement