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 thallo-starter-fabric-chaincode-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.devocative.thallo.fabric.chaincode
├─ org.devocative.thallo.fabric.chaincode.BootstrapChaincodeServer.class - [JAR]
├─ org.devocative.thallo.fabric.chaincode.ClassUtil.class - [JAR]
├─ org.devocative.thallo.fabric.chaincode.FabricChaincodeAutoConfiguration.class - [JAR]
org.devocative.thallo.fabric.chaincode.config
├─ org.devocative.thallo.fabric.chaincode.config.FabricChaincodeProperties.class - [JAR]
org.devocative.thallo.fabric.chaincode.shim.vo
├─ org.devocative.thallo.fabric.chaincode.shim.vo.TContractDefinition.class - [JAR]
├─ org.devocative.thallo.fabric.chaincode.shim.vo.TTxFunction.class - [JAR]
org.devocative.thallo.fabric.chaincode.shim
├─ org.devocative.thallo.fabric.chaincode.shim.TChaincodeBase.class - [JAR]
├─ org.devocative.thallo.fabric.chaincode.shim.TJSONSerializer.class - [JAR]
├─ org.devocative.thallo.fabric.chaincode.shim.TRoutingRegistry.class - [JAR]
├─ org.devocative.thallo.fabric.chaincode.shim.TSerializerRegistry.class - [JAR]