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-cloud-stream-binder-test-3.2.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.cloud.stream.binder
├─ org.springframework.cloud.stream.binder.AbstractBinderTests.class - [JAR]
├─ org.springframework.cloud.stream.binder.AbstractPollableConsumerTestBinder.class - [JAR]
├─ org.springframework.cloud.stream.binder.AbstractTestBinder.class - [JAR]
├─ org.springframework.cloud.stream.binder.BinderTestEnvironmentPostProcessor.class - [JAR]
├─ org.springframework.cloud.stream.binder.BinderTestUtils.class - [JAR]
├─ org.springframework.cloud.stream.binder.PartitionCapableBinderTests.class - [JAR]
├─ org.springframework.cloud.stream.binder.PartitionTestSupport.class - [JAR]
├─ org.springframework.cloud.stream.binder.SerializableFoo.class - [JAR]
├─ org.springframework.cloud.stream.binder.Spy.class - [JAR]
├─ org.springframework.cloud.stream.binder.TestUtils.class - [JAR]