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-statemachine-data-jpa-3.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.statemachine.data.jpa
├─ org.springframework.statemachine.data.jpa.JpaActionRepository.class - [JAR]
├─ org.springframework.statemachine.data.jpa.JpaGuardRepository.class - [JAR]
├─ org.springframework.statemachine.data.jpa.JpaPersistingStateMachineInterceptor.class - [JAR]
├─ org.springframework.statemachine.data.jpa.JpaRepositoryAction.class - [JAR]
├─ org.springframework.statemachine.data.jpa.JpaRepositoryGuard.class - [JAR]
├─ org.springframework.statemachine.data.jpa.JpaRepositoryState.class - [JAR]
├─ org.springframework.statemachine.data.jpa.JpaRepositoryStateMachine.class - [JAR]
├─ org.springframework.statemachine.data.jpa.JpaRepositoryStateMachinePersist.class - [JAR]
├─ org.springframework.statemachine.data.jpa.JpaRepositoryTransition.class - [JAR]
├─ org.springframework.statemachine.data.jpa.JpaStateMachineRepository.class - [JAR]
├─ org.springframework.statemachine.data.jpa.JpaStateRepository.class - [JAR]
├─ org.springframework.statemachine.data.jpa.JpaTransitionRepository.class - [JAR]