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 spring-session-hazelcast-3.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.session.hazelcast.config.annotation
├─ org.springframework.session.hazelcast.config.annotation.SpringSessionHazelcastInstance.class - [JAR]
org.springframework.session.hazelcast.config.annotation.web.http
├─ org.springframework.session.hazelcast.config.annotation.web.http.EnableHazelcastHttpSession.class - [JAR]
├─ org.springframework.session.hazelcast.config.annotation.web.http.HazelcastHttpSessionConfiguration.class - [JAR]
org.springframework.session.hazelcast
├─ org.springframework.session.hazelcast.HazelcastIndexedSessionRepository.class - [JAR]
├─ org.springframework.session.hazelcast.HazelcastSessionSerializer.class - [JAR]
├─ org.springframework.session.hazelcast.PrincipalNameExtractor.class - [JAR]
├─ org.springframework.session.hazelcast.SessionUpdateEntryProcessor.class - [JAR]