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 tesler-dictionary-crudma-3.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.tesler.source.services.data.impl
├─ io.tesler.source.services.data.impl.AudDictionaryServiceImpl.class - [JAR]
├─ io.tesler.source.services.data.impl.DictionaryItemsServiceImpl.class - [JAR]
├─ io.tesler.source.services.data.impl.DictionaryTypeDescServiceImpl.class - [JAR]
io.tesler.source.services.meta
├─ io.tesler.source.services.meta.AudDictionaryFieldMetaBuilder.class - [JAR]
├─ io.tesler.source.services.meta.DictionaryItemsFieldMetaBuilder.class - [JAR]
├─ io.tesler.source.services.meta.DictionaryTypeDescFieldMetaBuilder.class - [JAR]
io.tesler.source.services.data
├─ io.tesler.source.services.data.AudDictionaryService.class - [JAR]
├─ io.tesler.source.services.data.DictionaryItemService.class - [JAR]
├─ io.tesler.source.services.data.DictionaryTypeDescService.class - [JAR]
io.tesler.source.dto
├─ io.tesler.source.dto.AudDictionaryDto.class - [JAR]
├─ io.tesler.source.dto.AudDictionaryDto_.class - [JAR]
├─ io.tesler.source.dto.DictionaryItemDTO.class - [JAR]
├─ io.tesler.source.dto.DictionaryItemDTO_.class - [JAR]
├─ io.tesler.source.dto.DictionaryTypeDescDTO.class - [JAR]
├─ io.tesler.source.dto.DictionaryTypeDescDTO_.class - [JAR]
io.tesler.source
├─ io.tesler.source.DictionaryServiceAssociation.class - [JAR]