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-plugin-core-3.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.plugin.core.config
├─ org.springframework.plugin.core.config.EnablePluginRegistries.class - [JAR]
├─ org.springframework.plugin.core.config.PluginListDefinitionParser.class - [JAR]
├─ org.springframework.plugin.core.config.PluginNamespaceHandler.class - [JAR]
├─ org.springframework.plugin.core.config.PluginRegistriesBeanDefinitionRegistrar.class - [JAR]
├─ org.springframework.plugin.core.config.PluginRegistryDefinitionParser.class - [JAR]
org.springframework.plugin.core
├─ org.springframework.plugin.core.OrderAwarePluginRegistry.class - [JAR]
├─ org.springframework.plugin.core.Plugin.class - [JAR]
├─ org.springframework.plugin.core.PluginRegistry.class - [JAR]
├─ org.springframework.plugin.core.PluginRegistrySupport.class - [JAR]
├─ org.springframework.plugin.core.SimplePluginRegistry.class - [JAR]
├─ org.springframework.plugin.core.package-info.class - [JAR]
org.springframework.plugin.core.support
├─ org.springframework.plugin.core.support.AbstractTypeAwareSupport.class - [JAR]
├─ org.springframework.plugin.core.support.BeanListFactoryBean.class - [JAR]
├─ org.springframework.plugin.core.support.PluginRegistryFactoryBean.class - [JAR]
├─ org.springframework.plugin.core.support.package-info.class - [JAR]
org.springframework.plugin.core.aot
├─ org.springframework.plugin.core.aot.PluginRegistryRuntimeHints.class - [JAR]