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 proto-lang-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
pro.boto.protolang.utils
├─ pro.boto.protolang.utils.Classifier.class - [JAR]
├─ pro.boto.protolang.utils.Cleaner.class - [JAR]
├─ pro.boto.protolang.utils.Parser.class - [JAR]
pro.boto.protolang.json
├─ pro.boto.protolang.json.ProtoClient.class - [JAR]
pro.boto.protolang.domain
├─ pro.boto.protolang.domain.ProtoList.class - [JAR]
├─ pro.boto.protolang.domain.ProtoMap.class - [JAR]
├─ pro.boto.protolang.domain.ProtoObject.class - [JAR]
pro.boto.protolang.json.serials
├─ pro.boto.protolang.json.serials.ProtoDeserializer.class - [JAR]
├─ pro.boto.protolang.json.serials.ProtoField.class - [JAR]
├─ pro.boto.protolang.json.serials.ProtoSerializer.class - [JAR]