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 ddd4j-domain-detail-repository-springdatajpa-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.oregor.ddd4j.domain.hibernate
├─ com.oregor.ddd4j.domain.hibernate.CustomH2Dialect.class - [JAR]
com.oregor.ddd4j.domain
├─ com.oregor.ddd4j.domain.AbstractJpaRepository.class - [JAR]
├─ com.oregor.ddd4j.domain.AbstractJpaTenantRepository.class - [JAR]
├─ com.oregor.ddd4j.domain.SpringDataRepository.class - [JAR]
├─ com.oregor.ddd4j.domain.SpringDataTenantRepository.class - [JAR]
├─ com.oregor.ddd4j.domain.SpringDomainMessageDataRepository.class - [JAR]