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 io.openk9.datasource.service-0.0.1-alpha-1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.openk9.datasource.internal
├─ io.openk9.datasource.internal.InitSqlImpl.class - [JAR]
io.openk9.datasource.internal.repository
├─ io.openk9.datasource.internal.repository.DatasourceRepositoryImpl.class - [JAR]
├─ io.openk9.datasource.internal.repository.EnrichItemRepositoryImpl.class - [JAR]
├─ io.openk9.datasource.internal.repository.EnrichPipelineRepositoryImpl.class - [JAR]
├─ io.openk9.datasource.internal.repository.TenantRepositoryImpl.class - [JAR]
io.openk9.datasource.internal.mapping
├─ io.openk9.datasource.internal.mapping.DatasourceEntityMapper.class - [JAR]
├─ io.openk9.datasource.internal.mapping.EnrichItemEntityMapper.class - [JAR]
├─ io.openk9.datasource.internal.mapping.EnrichPipelineEntityMapper.class - [JAR]
├─ io.openk9.datasource.internal.mapping.TenantEntityMapper.class - [JAR]