View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]