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 startup-starter-data-1.0.1.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.startupframework.data.datasource
├─ org.startupframework.data.datasource.ChildEntityServiceDataSource.class - [JAR]
├─ org.startupframework.data.datasource.EntityRepositoryDataSource.class - [JAR]
├─ org.startupframework.data.datasource.EntityServiceDataSource.class - [JAR]
├─ org.startupframework.data.datasource.EntityServiceDataSourceBase.class - [JAR]
org.startupframework.data.service
├─ org.startupframework.data.service.ChildEntityService.class - [JAR]
├─ org.startupframework.data.service.ChildEntityServiceBase.class - [JAR]
├─ org.startupframework.data.service.EntityService.class - [JAR]
├─ org.startupframework.data.service.EntityServiceBase.class - [JAR]
org.startupframework
├─ org.startupframework.dummy.class - [JAR]
org.startupframework.data.repository
├─ org.startupframework.data.repository.EntityRepository.class - [JAR]
org.startupframework.data.entity
├─ org.startupframework.data.entity.DataConverter.class - [JAR]
├─ org.startupframework.data.entity.Entity.class - [JAR]
├─ org.startupframework.data.entity.EntityBase.class - [JAR]
├─ org.startupframework.data.entity.EntityBase_.class - [JAR]
├─ org.startupframework.data.entity.EntityFilter.class - [JAR]
├─ org.startupframework.data.entity.EntityPrefix.class - [JAR]
├─ org.startupframework.data.entity.ExampleFilter.class - [JAR]
├─ org.startupframework.data.entity.FilterRequest.class - [JAR]
├─ org.startupframework.data.entity.IntegerEnum.class - [JAR]
├─ org.startupframework.data.entity.IntegerEnumJpaConverter.class - [JAR]
├─ org.startupframework.data.entity.OldNewPred.class - [JAR]
├─ org.startupframework.data.entity.PageRequest.class - [JAR]
├─ org.startupframework.data.entity.RequestInfo.class - [JAR]