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 kotlinx-adapter-jvm-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.kotlinx
├─ fr.speekha.httpmocker.kotlinx.KotlinxMapper.class - [JAR]
├─ fr.speekha.httpmocker.kotlinx.ModelMappingKt.class - [JAR]
fr.speekha.httpmocker.kotlinx.model
├─ fr.speekha.httpmocker.kotlinx.model.KeyValue.class - [JAR]
├─ fr.speekha.httpmocker.kotlinx.model.Matcher.class - [JAR]
├─ fr.speekha.httpmocker.kotlinx.model.NetworkError.class - [JAR]
├─ fr.speekha.httpmocker.kotlinx.model.RequestDescriptor.class - [JAR]
├─ fr.speekha.httpmocker.kotlinx.model.ResponseDescriptor.class - [JAR]