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-azure-stream-binder-eventhubs-core-4.11.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.azure.spring.cloud.stream.binder.eventhubs.core.properties
├─ com.azure.spring.cloud.stream.binder.eventhubs.core.properties.EventHubsBindingProperties.class - [JAR]
├─ com.azure.spring.cloud.stream.binder.eventhubs.core.properties.EventHubsConsumerProperties.class - [JAR]
├─ com.azure.spring.cloud.stream.binder.eventhubs.core.properties.EventHubsExtendedBindingProperties.class - [JAR]
├─ com.azure.spring.cloud.stream.binder.eventhubs.core.properties.EventHubsProducerProperties.class - [JAR]
com.azure.spring.cloud.stream.binder.eventhubs.core.provisioning
├─ com.azure.spring.cloud.stream.binder.eventhubs.core.provisioning.EventHubsChannelProvisioner.class - [JAR]
├─ com.azure.spring.cloud.stream.binder.eventhubs.core.provisioning.EventHubsConsumerDestination.class - [JAR]
├─ com.azure.spring.cloud.stream.binder.eventhubs.core.provisioning.EventHubsProducerDestination.class - [JAR]