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 hsweb-system-dictionary-api-3.0.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.hswebframework.web.dictionary.api.events
├─ org.hswebframework.web.dictionary.api.events.ClearDictionaryCacheEvent.class - [JAR]
org.hswebframework.web.dictionary.api.entity
├─ org.hswebframework.web.dictionary.api.entity.DictionaryEntity.class - [JAR]
├─ org.hswebframework.web.dictionary.api.entity.DictionaryItemEntity.class - [JAR]
├─ org.hswebframework.web.dictionary.api.entity.DictionaryParserEntity.class - [JAR]
├─ org.hswebframework.web.dictionary.api.entity.SimpleDictionaryEntity.class - [JAR]
├─ org.hswebframework.web.dictionary.api.entity.SimpleDictionaryItemEntity.class - [JAR]
├─ org.hswebframework.web.dictionary.api.entity.SimpleDictionaryParserEntity.class - [JAR]
org.hswebframework.web.dictionary.api.builder
├─ org.hswebframework.web.dictionary.api.builder.DictionaryParserBuilder.class - [JAR]
org.hswebframework.web.dictionary.api
├─ org.hswebframework.web.dictionary.api.DictionaryInfo.class - [JAR]
├─ org.hswebframework.web.dictionary.api.DictionaryInfoService.class - [JAR]
├─ org.hswebframework.web.dictionary.api.DictionaryItemService.class - [JAR]
├─ org.hswebframework.web.dictionary.api.DictionaryParser.class - [JAR]
├─ org.hswebframework.web.dictionary.api.DictionaryParserService.class - [JAR]
├─ org.hswebframework.web.dictionary.api.DictionaryService.class - [JAR]
├─ org.hswebframework.web.dictionary.api.DictionaryWrapper.class - [JAR]
org.hswebframework.web.dictionary.api.parser
├─ org.hswebframework.web.dictionary.api.parser.SingleDictParser.class - [JAR]