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-4.0.16.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.hswebframework.web.dictionary.entity
├─ org.hswebframework.web.dictionary.entity.DictionaryEntity.class - [JAR]
├─ org.hswebframework.web.dictionary.entity.DictionaryItemEntity.class - [JAR]
org.hswebframework.web.dictionary.webflux
├─ org.hswebframework.web.dictionary.webflux.WebfluxDictionaryController.class - [JAR]
├─ org.hswebframework.web.dictionary.webflux.WebfluxDictionaryItemController.class - [JAR]
org.hswebframework.web.dictionary.configuration
├─ org.hswebframework.web.dictionary.configuration.DictionaryAutoConfiguration.class - [JAR]
├─ org.hswebframework.web.dictionary.configuration.DictionaryProperties.class - [JAR]
org.hswebframework.web.dictionary.service
├─ org.hswebframework.web.dictionary.service.CompositeDictDefineRepository.class - [JAR]
├─ org.hswebframework.web.dictionary.service.DefaultDictionaryItemService.class - [JAR]
├─ org.hswebframework.web.dictionary.service.DefaultDictionaryService.class - [JAR]
org.hswebframework.web.dictionary.event
├─ org.hswebframework.web.dictionary.event.ClearDictionaryCacheEvent.class - [JAR]