jar

org.javimmutable : javimmutable-jackson

Maven & Gradle

May 18, 2021
2 stars

javimmutable-jackson · Add-on datatype-support module for Jackson (https://github.com/FasterXML/jackson) that handles JImmutable collections.

Table Of Contents

Latest Version

Download org.javimmutable : javimmutable-jackson JAR file - Latest Versions:

All Versions

Download org.javimmutable : javimmutable-jackson JAR file - All Versions:

Version Vulnerabilities Size Updated
3.2
3.1
3.0
1.0
0.1

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 javimmutable-jackson-3.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.javimmutable.jackson.orderings

├─ org.javimmutable.jackson.orderings.JsonJImmutableInsertOrder.class - [JAR]

├─ org.javimmutable.jackson.orderings.JsonJImmutableSorted.class - [JAR]

org.javimmutable.jackson

├─ org.javimmutable.jackson.InsertableDeserializer.class - [JAR]

├─ org.javimmutable.jackson.JImmutableDeserializers.class - [JAR]

├─ org.javimmutable.jackson.JImmutableMapDeserializer.class - [JAR]

├─ org.javimmutable.jackson.JImmutableMapSerializer.class - [JAR]

├─ org.javimmutable.jackson.JImmutableModule.class - [JAR]

├─ org.javimmutable.jackson.JImmutableSerializers.class - [JAR]

├─ org.javimmutable.jackson.JImmutableTypeModifier.class - [JAR]

Advertisement