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 jm-dict-plugin-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
jm.dict.plugin.interceptor
├─ jm.dict.plugin.interceptor.DefaultDictResultSetInterceptor.class - [JAR]
jm.dict.plugin.utils
├─ jm.dict.plugin.utils.DefaultMetaObject.class - [JAR]
jm.dict.plugin.entity
├─ jm.dict.plugin.entity.JDictBase.class - [JAR]
├─ jm.dict.plugin.entity.JDictInteger.class - [JAR]
├─ jm.dict.plugin.entity.JDictString.class - [JAR]
├─ jm.dict.plugin.entity.JMappingObject.class - [JAR]
jm.dict.plugin.error
├─ jm.dict.plugin.error.JDictError.class - [JAR]
jm.dict.plugin.functional
├─ jm.dict.plugin.functional.JDictDataInputSource.class - [JAR]
jm.dict.plugin.annotation
├─ jm.dict.plugin.annotation.EnableDictMapping.class - [JAR]
├─ jm.dict.plugin.annotation.JDictField.class - [JAR]
├─ jm.dict.plugin.annotation.JIncludeDict.class - [JAR]
jm.dict.plugin.handle
├─ jm.dict.plugin.handle.AbstractDictDataHandler.class - [JAR]
├─ jm.dict.plugin.handle.DataMappingHandler.class - [JAR]
├─ jm.dict.plugin.handle.GatherTypeHandler.class - [JAR]
├─ jm.dict.plugin.handle.GetDictDataHandler.class - [JAR]
├─ jm.dict.plugin.handle.JDictTypeHandler.class - [JAR]
jm.dict.plugin.selector
├─ jm.dict.plugin.selector.JDictSelector.class - [JAR]