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 common-entities-domain-4.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.foodtechlab.common.domain.usecase
├─ io.foodtechlab.common.domain.usecase.AbstractActionWithEntityUseCase.class - [JAR]
├─ io.foodtechlab.common.domain.usecase.AbstractActionWithWithDeletedEntityUseCase.class - [JAR]
├─ io.foodtechlab.common.domain.usecase.AbstractForceFindByIdUseCase.class - [JAR]
├─ io.foodtechlab.common.domain.usecase.AbstractPermanentDeleteUseCase.class - [JAR]
├─ io.foodtechlab.common.domain.usecase.AbstractPermanentDeleteWithEventUseCase.class - [JAR]
├─ io.foodtechlab.common.domain.usecase.AbstractRestoreDeleteWithEventUseCase.class - [JAR]
├─ io.foodtechlab.common.domain.usecase.AbstractRestoreUseCase.class - [JAR]
├─ io.foodtechlab.common.domain.usecase.FindByExternalLinkUseCase.class - [JAR]
io.foodtechlab.common.domain.port
├─ io.foodtechlab.common.domain.port.ExternalLinkRepository.class - [JAR]
├─ io.foodtechlab.common.domain.port.SafeDeleteCRUDRepository.class - [JAR]
├─ io.foodtechlab.common.domain.port.SafeDeleteRepository.class - [JAR]
├─ io.foodtechlab.common.domain.port.SafeReadRepository.class - [JAR]
io.foodtechlab.common.domain.events
├─ io.foodtechlab.common.domain.events.AbstractEntityPermanentDeleteEvent.class - [JAR]
├─ io.foodtechlab.common.domain.events.AbstractEntityRestoreEvent.class - [JAR]
io.foodtechlab.common.domain.port.filters
├─ io.foodtechlab.common.domain.port.filters.DeleteFilter.class - [JAR]
io.foodtechlab.common.domain.entities
├─ io.foodtechlab.common.domain.entities.BaseDeleteEntity.class - [JAR]
├─ io.foodtechlab.common.domain.entities.BaseExternalDeleteEntity.class - [JAR]
├─ io.foodtechlab.common.domain.entities.BaseExternalEntity.class - [JAR]
├─ io.foodtechlab.common.domain.entities.DeleteProperty.class - [JAR]
├─ io.foodtechlab.common.domain.entities.ExternalLink.class - [JAR]
├─ io.foodtechlab.common.domain.entities.ExternalProperty.class - [JAR]