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 spring-boot-starter-chat-ws-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ru.mynewtons.starter.chat.projection
├─ ru.mynewtons.starter.chat.projection.AddressProjection.class - [JAR]
├─ ru.mynewtons.starter.chat.projection.ChatProjection.class - [JAR]
├─ ru.mynewtons.starter.chat.projection.CountryProjection.class - [JAR]
├─ ru.mynewtons.starter.chat.projection.CustomerProjection.class - [JAR]
├─ ru.mynewtons.starter.chat.projection.SupportProjection.class - [JAR]
├─ ru.mynewtons.starter.chat.projection.UserDetailsProjection.class - [JAR]
ru.mynewtons.starter.chat.exception
├─ ru.mynewtons.starter.chat.exception.AccessException.class - [JAR]
├─ ru.mynewtons.starter.chat.exception.AttachmentEmptyException.class - [JAR]
├─ ru.mynewtons.starter.chat.exception.ChatMembersException.class - [JAR]
├─ ru.mynewtons.starter.chat.exception.EntityNotFoundException.class - [JAR]
├─ ru.mynewtons.starter.chat.exception.FileFormatException.class - [JAR]
├─ ru.mynewtons.starter.chat.exception.InvalidMessageTypeException.class - [JAR]
ru.mynewtons.starter.chat.model
├─ ru.mynewtons.starter.chat.model.ChatStatus.class - [JAR]
├─ ru.mynewtons.starter.chat.model.MessageType.class - [JAR]
├─ ru.mynewtons.starter.chat.model.MessageViewModel.class - [JAR]
├─ ru.mynewtons.starter.chat.model.Notification.class - [JAR]
├─ ru.mynewtons.starter.chat.model.NotificationType.class - [JAR]
ru.mynewtons.starter.chat.controller
├─ ru.mynewtons.starter.chat.controller.ChatController.class - [JAR]
├─ ru.mynewtons.starter.chat.controller.ChatUpdatesController.class - [JAR]
├─ ru.mynewtons.starter.chat.controller.MessageController.class - [JAR]
ru.mynewtons.starter.chat
├─ ru.mynewtons.starter.chat.ChatApplication.class - [JAR]
ru.mynewtons.starter.chat.service.impl
├─ ru.mynewtons.starter.chat.service.impl.ChatNotificationServiceImpl.class - [JAR]
├─ ru.mynewtons.starter.chat.service.impl.ChatServiceImpl.class - [JAR]
├─ ru.mynewtons.starter.chat.service.impl.MessageServiceImpl.class - [JAR]
ru.mynewtons.starter.chat.config
├─ ru.mynewtons.starter.chat.config.MyNewtonsChatAutoConfiguration.class - [JAR]
ru.mynewtons.starter.chat.repository
├─ ru.mynewtons.starter.chat.repository.ChatRepository.class - [JAR]
├─ ru.mynewtons.starter.chat.repository.MessageRepository.class - [JAR]
ru.mynewtons.starter.chat.service
├─ ru.mynewtons.starter.chat.service.ChatNotificationService.class - [JAR]
├─ ru.mynewtons.starter.chat.service.ChatService.class - [JAR]
├─ ru.mynewtons.starter.chat.service.MessageService.class - [JAR]
ru.mynewtons.starter.chat.ws
├─ ru.mynewtons.starter.chat.ws.WebSocketConfig.class - [JAR]
├─ ru.mynewtons.starter.chat.ws.WebSocketEventListener.class - [JAR]
ru.mynewtons.starter.chat.model.notification
├─ ru.mynewtons.starter.chat.model.notification.ChatCompleteNotification.class - [JAR]
├─ ru.mynewtons.starter.chat.model.notification.ChatCreatedNotification.class - [JAR]
├─ ru.mynewtons.starter.chat.model.notification.ChatDeletedNotification.class - [JAR]
├─ ru.mynewtons.starter.chat.model.notification.ChatUpdatedNotification.class - [JAR]
├─ ru.mynewtons.starter.chat.model.notification.MessageDeletedNotification.class - [JAR]
├─ ru.mynewtons.starter.chat.model.notification.MessageReadNotification.class - [JAR]
├─ ru.mynewtons.starter.chat.model.notification.MessageUpdatedNotification.class - [JAR]
├─ ru.mynewtons.starter.chat.model.notification.NewMessageNotification.class - [JAR]
├─ ru.mynewtons.starter.chat.model.notification.UserConnectedNotification.class - [JAR]
├─ ru.mynewtons.starter.chat.model.notification.UserDisconnectedNotification.class - [JAR]
ru.mynewtons.starter.chat.mapper
├─ ru.mynewtons.starter.chat.mapper.ModelMapper.class - [JAR]
ru.mynewtons.starter.chat.dto
├─ ru.mynewtons.starter.chat.dto.ChatDTO.class - [JAR]
├─ ru.mynewtons.starter.chat.dto.CustomerDTO.class - [JAR]
├─ ru.mynewtons.starter.chat.dto.MessageDTO.class - [JAR]
├─ ru.mynewtons.starter.chat.dto.SupportDTO.class - [JAR]
ru.mynewtons.starter.chat.domain
├─ ru.mynewtons.starter.chat.domain.AttachmentMessage.class - [JAR]
├─ ru.mynewtons.starter.chat.domain.BaseDomain.class - [JAR]
├─ ru.mynewtons.starter.chat.domain.Chat.class - [JAR]
├─ ru.mynewtons.starter.chat.domain.Message.class - [JAR]
ru.mynewtons.starter.chat.domain.audit
├─ ru.mynewtons.starter.chat.domain.audit.ChatAuditorAware.class - [JAR]
ru.mynewtons.starter.chat.properties
├─ ru.mynewtons.starter.chat.properties.ChatMessagesProperties.class - [JAR]