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 dubbo-metadata-report-api-2.7.4.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.dubbo.metadata.support
├─ org.apache.dubbo.metadata.support.AbstractMetadataReport.class - [JAR]
├─ org.apache.dubbo.metadata.support.AbstractMetadataReportFactory.class - [JAR]
├─ org.apache.dubbo.metadata.support.Constants.class - [JAR]
org.apache.dubbo.metadata.integration
├─ org.apache.dubbo.metadata.integration.MetadataReportService.class - [JAR]
org.apache.dubbo.metadata.store
├─ org.apache.dubbo.metadata.store.MetadataReport.class - [JAR]
├─ org.apache.dubbo.metadata.store.MetadataReportFactory.class - [JAR]
org.apache.dubbo.metadata.identifier
├─ org.apache.dubbo.metadata.identifier.MetadataIdentifier.class - [JAR]