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 tolgee-spring-boot-starter-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.waigel.tolgee.exceptions
├─ com.waigel.tolgee.exceptions.TolgeeBadRequestException.class - [JAR]
├─ com.waigel.tolgee.exceptions.TolgeeExceptionHandler.class - [JAR]
├─ com.waigel.tolgee.exceptions.TolgeeExportFileException.class - [JAR]
├─ com.waigel.tolgee.exceptions.TolgeeInternalServerException.class - [JAR]
├─ com.waigel.tolgee.exceptions.TolgeeRequestForbiddenException.class - [JAR]
com.waigel.tolgee.models
├─ com.waigel.tolgee.models.ExportParams.class - [JAR]
├─ com.waigel.tolgee.models.FilterState.class - [JAR]
com.waigel.tolgee.utils
├─ com.waigel.tolgee.utils.ExportConverter.class - [JAR]
com.waigel.tolgee.configuration
├─ com.waigel.tolgee.configuration.TolgeeAutoConfiguration.class - [JAR]
├─ com.waigel.tolgee.configuration.TolgeeConfiguration.class - [JAR]
├─ com.waigel.tolgee.configuration.TolgeeSyncConfiguration.class - [JAR]
com.waigel.tolgee
├─ com.waigel.tolgee.TolgeeClient.class - [JAR]
├─ com.waigel.tolgee.TranslateClient.class - [JAR]