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 custom-jpa-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.social.connect.jpa
├─ org.springframework.social.connect.jpa.JpaConnectionRepository.class - [JAR]
├─ org.springframework.social.connect.jpa.JpaTemplate.class - [JAR]
├─ org.springframework.social.connect.jpa.JpaUsersConnectionRepository.class - [JAR]
├─ org.springframework.social.connect.jpa.RemoteUser.class - [JAR]
org.springframework.social.config.annotation
├─ org.springframework.social.config.annotation.EnableJpaConnectionRepository.class - [JAR]
├─ org.springframework.social.config.annotation.JpaConnectionRepositoryRegistrar.class - [JAR]
org.springframework.social.config.support
├─ org.springframework.social.config.support.JpaConnectionRepositoryConfigSupport.class - [JAR]