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 sudu-spring-jpa-1.0.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ledo.spring.jpa
├─ com.ledo.spring.jpa.FilterConstants.class - [JAR]
├─ com.ledo.spring.jpa.FilterMap.class - [JAR]
├─ com.ledo.spring.jpa.OrderMap.class - [JAR]
├─ com.ledo.spring.jpa.PredicateUtils.class - [JAR]
├─ com.ledo.spring.jpa.QueryUtils.class - [JAR]
├─ com.ledo.spring.jpa.SpecificationBuilder.class - [JAR]
com.ledo.spring.jpa.specification
├─ com.ledo.spring.jpa.specification.AndSpecification.class - [JAR]
├─ com.ledo.spring.jpa.specification.DefaultSpecification.class - [JAR]
├─ com.ledo.spring.jpa.specification.OrSpecification.class - [JAR]
com.ledo.spring.jpa.repository
├─ com.ledo.spring.jpa.repository.AbstractRepository.class - [JAR]