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 jackson-adapter-2.0.0-alpha.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
fr.speekha.httpmocker.jackson
├─ fr.speekha.httpmocker.jackson.JacksonMapper.class - [JAR]
├─ fr.speekha.httpmocker.jackson.ModelMappingKt.class - [JAR]
fr.speekha.httpmocker.jackson.serialization
├─ fr.speekha.httpmocker.jackson.serialization.KeyValueDeserializer.class - [JAR]
├─ fr.speekha.httpmocker.jackson.serialization.KeyValueSerializer.class - [JAR]
fr.speekha.httpmocker.jackson.model
├─ fr.speekha.httpmocker.jackson.model.KeyValue.class - [JAR]
├─ fr.speekha.httpmocker.jackson.model.Matcher.class - [JAR]
├─ fr.speekha.httpmocker.jackson.model.NetworkError.class - [JAR]
├─ fr.speekha.httpmocker.jackson.model.RequestDescriptor.class - [JAR]
├─ fr.speekha.httpmocker.jackson.model.ResponseDescriptor.class - [JAR]