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 entity-plugin-core-1.0.0-Releases.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.huifer.entity.plugin.core.ctr
├─ com.github.huifer.entity.plugin.core.ctr.EntityPluginController.class - [JAR]
com.github.huifer.entity.plugin.core.annotation
├─ com.github.huifer.entity.plugin.core.annotation.EntityPlugin.class - [JAR]
com.github.huifer.entity.plugin.core.beans
├─ com.github.huifer.entity.plugin.core.beans.EntityPluginCoreBean.class - [JAR]
com.github.huifer.entity.plugin.core.utils
├─ com.github.huifer.entity.plugin.core.utils.InterfaceReflectUtils.class - [JAR]
com.github.huifer.entity.plugin.core.api.impl
├─ com.github.huifer.entity.plugin.core.api.impl.BeanFindServiceImpl.class - [JAR]
├─ com.github.huifer.entity.plugin.core.api.impl.EntityPluginCoreServiceImpl.class - [JAR]
├─ com.github.huifer.entity.plugin.core.api.impl.EntityUseServiceImpl.class - [JAR]
com.github.huifer.entity.plugin.core.runner
├─ com.github.huifer.entity.plugin.core.runner.EntityPluginRunner.class - [JAR]
com.github.huifer.entity.plugin.core.model
├─ com.github.huifer.entity.plugin.core.model.EntityPluginCache.class - [JAR]
├─ com.github.huifer.entity.plugin.core.model.EntityPluginCacheBean.class - [JAR]
com.github.huifer.entity.plugin.core.api
├─ com.github.huifer.entity.plugin.core.api.BeanFindService.class - [JAR]
├─ com.github.huifer.entity.plugin.core.api.ConvertAndValidateApi.class - [JAR]
├─ com.github.huifer.entity.plugin.core.api.EntityConvert.class - [JAR]
├─ com.github.huifer.entity.plugin.core.api.EntityPluginCoreService.class - [JAR]
├─ com.github.huifer.entity.plugin.core.api.EntityUseService.class - [JAR]
├─ com.github.huifer.entity.plugin.core.api.ID.class - [JAR]
├─ com.github.huifer.entity.plugin.core.api.ValidateApi.class - [JAR]