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 sharding-transaction-core-3.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.shardingsphere.transaction.core.loader
├─ io.shardingsphere.transaction.core.loader.ShardingTransactionHandlerRegistry.class - [JAR]
├─ io.shardingsphere.transaction.core.loader.TransactionalDataSourceConverterSPILoader.class - [JAR]
io.shardingsphere.transaction.core.datasource
├─ io.shardingsphere.transaction.core.datasource.ShardingTransactionalDataSource.class - [JAR]
io.shardingsphere.transaction.core
├─ io.shardingsphere.transaction.core.TransactionOperationType.class - [JAR]
io.shardingsphere.transaction.api
├─ io.shardingsphere.transaction.api.TransactionType.class - [JAR]
├─ io.shardingsphere.transaction.api.TransactionTypeHolder.class - [JAR]
io.shardingsphere.transaction.core.context
├─ io.shardingsphere.transaction.core.context.SagaTransactionContext.class - [JAR]
├─ io.shardingsphere.transaction.core.context.ShardingTransactionContext.class - [JAR]
├─ io.shardingsphere.transaction.core.context.XATransactionContext.class - [JAR]
io.shardingsphere.transaction.core.manager
├─ io.shardingsphere.transaction.core.manager.BASETransactionManager.class - [JAR]
├─ io.shardingsphere.transaction.core.manager.ShardingTransactionManager.class - [JAR]
io.shardingsphere.transaction.core.handler
├─ io.shardingsphere.transaction.core.handler.ShardingTransactionHandlerAdapter.class - [JAR]
io.shardingsphere.transaction.spi
├─ io.shardingsphere.transaction.spi.ShardingTransactionHandler.class - [JAR]
├─ io.shardingsphere.transaction.spi.TransactionalDataSourceConverter.class - [JAR]