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 corda-ledger-extensions-fungible-0.9.0-Iguana1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.r3.corda.ledger.utxo.fungible.query.json
├─ com.r3.corda.ledger.utxo.fungible.query.json.FungibleStateVaultJsonFactory.class - [JAR]
com.r3.corda.ledger.utxo.fungible
├─ com.r3.corda.ledger.utxo.fungible.FungibleConstraints.class - [JAR]
├─ com.r3.corda.ledger.utxo.fungible.FungibleContract.class - [JAR]
├─ com.r3.corda.ledger.utxo.fungible.FungibleContractCommand.class - [JAR]
├─ com.r3.corda.ledger.utxo.fungible.FungibleContractCreateCommand.class - [JAR]
├─ com.r3.corda.ledger.utxo.fungible.FungibleContractDeleteCommand.class - [JAR]
├─ com.r3.corda.ledger.utxo.fungible.FungibleContractUpdateCommand.class - [JAR]
├─ com.r3.corda.ledger.utxo.fungible.FungibleState.class - [JAR]
├─ com.r3.corda.ledger.utxo.fungible.FungibleUtils.class - [JAR]
├─ com.r3.corda.ledger.utxo.fungible.Numeric.class - [JAR]
├─ com.r3.corda.ledger.utxo.fungible.NumericDecimal.class - [JAR]
├─ com.r3.corda.ledger.utxo.fungible.NumericInteger.class - [JAR]