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 matrix-spring-boot-bot-0.5.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.folivo.spring.matrix.bot.util
├─ net.folivo.spring.matrix.bot.util.BotServiceHelper.class - [JAR]
net.folivo.spring.matrix.bot.appservice.sync
├─ net.folivo.spring.matrix.bot.appservice.sync.InitialSyncService.class - [JAR]
net.folivo.spring.matrix.bot.membership
├─ net.folivo.spring.matrix.bot.membership.DefaultMembershipChangeService.class - [JAR]
├─ net.folivo.spring.matrix.bot.membership.MatrixMembership.class - [JAR]
├─ net.folivo.spring.matrix.bot.membership.MatrixMembershipRepository.class - [JAR]
├─ net.folivo.spring.matrix.bot.membership.MatrixMembershipService.class - [JAR]
├─ net.folivo.spring.matrix.bot.membership.MatrixMembershipSyncService.class - [JAR]
├─ net.folivo.spring.matrix.bot.membership.MembershipChangeHandler.class - [JAR]
├─ net.folivo.spring.matrix.bot.membership.MembershipChangeService.class - [JAR]
net.folivo.spring.matrix.bot.appservice
├─ net.folivo.spring.matrix.bot.appservice.AppserviceMemberEventHandler.class - [JAR]
├─ net.folivo.spring.matrix.bot.appservice.BotUserInitializer.class - [JAR]
├─ net.folivo.spring.matrix.bot.appservice.DefaultAppserviceRoomService.class - [JAR]
├─ net.folivo.spring.matrix.bot.appservice.DefaultAppserviceUserService.class - [JAR]
net.folivo.spring.matrix.bot.appservice.event
├─ net.folivo.spring.matrix.bot.appservice.event.DefaultAppserviceEventTnxService.class - [JAR]
├─ net.folivo.spring.matrix.bot.appservice.event.MatrixEventTransaction.class - [JAR]
├─ net.folivo.spring.matrix.bot.appservice.event.MatrixEventTransactionRepository.class - [JAR]
├─ net.folivo.spring.matrix.bot.appservice.event.MatrixEventTransactionService.class - [JAR]
net.folivo.spring.matrix.bot.event
├─ net.folivo.spring.matrix.bot.event.EventHandlerRunner.class - [JAR]
├─ net.folivo.spring.matrix.bot.event.MatrixEventHandler.class - [JAR]
├─ net.folivo.spring.matrix.bot.event.MatrixMessageHandler.class - [JAR]
├─ net.folivo.spring.matrix.bot.event.MatrixSyncBatchToken.class - [JAR]
├─ net.folivo.spring.matrix.bot.event.MatrixSyncBatchTokenRepository.class - [JAR]
├─ net.folivo.spring.matrix.bot.event.MessageContext.class - [JAR]
├─ net.folivo.spring.matrix.bot.event.MessageEventHandler.class - [JAR]
├─ net.folivo.spring.matrix.bot.event.PersistentSyncBatchTokenService.class - [JAR]
net.folivo.spring.matrix.bot.client
├─ net.folivo.spring.matrix.bot.client.ClientMemberEventHandler.class - [JAR]
├─ net.folivo.spring.matrix.bot.client.MatrixClientSyncRunner.class - [JAR]
net.folivo.spring.matrix.bot.config
├─ net.folivo.spring.matrix.bot.config.MatrixAppserviceBotAutoconfiguration.class - [JAR]
├─ net.folivo.spring.matrix.bot.config.MatrixBotAutoconfiguration.class - [JAR]
├─ net.folivo.spring.matrix.bot.config.MatrixBotDatabaseAutoconfiguration.class - [JAR]
├─ net.folivo.spring.matrix.bot.config.MatrixBotProperties.class - [JAR]
├─ net.folivo.spring.matrix.bot.config.MatrixClientBotAutoconfiguration.class - [JAR]
├─ net.folivo.spring.matrix.bot.config.MatrixIdReadingConverter.class - [JAR]
├─ net.folivo.spring.matrix.bot.config.MatrixIdWritingConverter.class - [JAR]
net.folivo.spring.matrix.bot.room
├─ net.folivo.spring.matrix.bot.room.MatrixRoom.class - [JAR]
├─ net.folivo.spring.matrix.bot.room.MatrixRoomAlias.class - [JAR]
├─ net.folivo.spring.matrix.bot.room.MatrixRoomAliasRepository.class - [JAR]
├─ net.folivo.spring.matrix.bot.room.MatrixRoomRepository.class - [JAR]
├─ net.folivo.spring.matrix.bot.room.MatrixRoomService.class - [JAR]
net.folivo.spring.matrix.bot.user
├─ net.folivo.spring.matrix.bot.user.MatrixUser.class - [JAR]
├─ net.folivo.spring.matrix.bot.user.MatrixUserRepository.class - [JAR]
├─ net.folivo.spring.matrix.bot.user.MatrixUserService.class - [JAR]