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 yafatek-restcore-1.0.108.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.yafatek.restcore.api.enums
├─ dev.yafatek.restcore.api.enums.ApiResponseCodes.class - [JAR]
dev.yafatek.restcore.networking.models
├─ dev.yafatek.restcore.networking.models.RefreshTokenRequest.class - [JAR]
├─ dev.yafatek.restcore.networking.models.RefreshTokenResponse.class - [JAR]
dev.yafatek.restcore.api.utils
├─ dev.yafatek.restcore.api.utils.ApiUtils.class - [JAR]
dev.yafatek.restcore.messaging
├─ dev.yafatek.restcore.messaging.BackendClient.class - [JAR]
├─ dev.yafatek.restcore.messaging.BackendClientImpl.class - [JAR]
dev.yafatek.restcore.domain
├─ dev.yafatek.restcore.domain.BaseEntity.class - [JAR]
├─ dev.yafatek.restcore.domain.GenericRepo.class - [JAR]
dev.yafatek.restcore.services
├─ dev.yafatek.restcore.services.ApiServices.class - [JAR]
dev.yafatek.restcore.api.responses
├─ dev.yafatek.restcore.api.responses.ApiResponse.class - [JAR]
├─ dev.yafatek.restcore.api.responses.DeleteResponse.class - [JAR]
├─ dev.yafatek.restcore.api.responses.ErrorResponse.class - [JAR]
dev.yafatek.restcore.networking.wrappers
├─ dev.yafatek.restcore.networking.wrappers.BasicNetworkClientWrapper.class - [JAR]
├─ dev.yafatek.restcore.networking.wrappers.NetworkClientBuilderWrapper.class - [JAR]
├─ dev.yafatek.restcore.networking.wrappers.RefreshTokenAuthenticator.class - [JAR]
dev.yafatek.restcore.networking.api
├─ dev.yafatek.restcore.networking.api.NetworkClient.class - [JAR]
├─ dev.yafatek.restcore.networking.api.NetworkClientBuilder.class - [JAR]
dev.yafatek.restcore.notifications
├─ dev.yafatek.restcore.notifications.DestinationType.class - [JAR]
├─ dev.yafatek.restcore.notifications.NotificationCodes.class - [JAR]
├─ dev.yafatek.restcore.notifications.NotificationMessage.class - [JAR]
├─ dev.yafatek.restcore.notifications.NotificationService.class - [JAR]
├─ dev.yafatek.restcore.notifications.NotificationServiceImpl.class - [JAR]
dev.yafatek.restcore.api.configs
├─ dev.yafatek.restcore.api.configs.GlobalConfigs.class - [JAR]
dev.yafatek.restcore.wrappers
├─ dev.yafatek.restcore.wrappers.ApiServicesWrapper.class - [JAR]
dev.yafatek.restcore.networking.callbacks
├─ dev.yafatek.restcore.networking.callbacks.CallbackFuture.class - [JAR]