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-registry-polaris-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.dubbo.registry.polaris.filter
├─ org.apache.dubbo.registry.polaris.filter.ReportFilter.class - [JAR]
org.apache.dubbo.registry.polaris.task
├─ org.apache.dubbo.registry.polaris.task.FetchTask.class - [JAR]
├─ org.apache.dubbo.registry.polaris.task.InstancesHandler.class - [JAR]
├─ org.apache.dubbo.registry.polaris.task.TaskScheduler.class - [JAR]
├─ org.apache.dubbo.registry.polaris.task.WatchTask.class - [JAR]
org.apache.dubbo.registry.polaris
├─ org.apache.dubbo.registry.polaris.PolarisRegistry.class - [JAR]
├─ org.apache.dubbo.registry.polaris.PolarisRegistryFactory.class - [JAR]
├─ org.apache.dubbo.registry.polaris.PolarisRegistryUtils.class - [JAR]