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 tgi-commons-mapping-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
it.techgap.common.api.mapper
├─ it.techgap.common.api.mapper.GenericMapper.class - [JAR]
├─ it.techgap.common.api.mapper.Mapper.class - [JAR]
├─ it.techgap.common.api.mapper.MapperWithList.class - [JAR]
it.techgap.common.api.repository
├─ it.techgap.common.api.repository.GenericRepository.class - [JAR]
├─ it.techgap.common.api.repository.Repository.class - [JAR]
it.techgap.common.api.model
├─ it.techgap.common.api.model.AbstractAuditableEntity.class - [JAR]
├─ it.techgap.common.api.model.AbstractAuditableGenericEntity.class - [JAR]
├─ it.techgap.common.api.model.AbstractEntity.class - [JAR]
├─ it.techgap.common.api.model.AbstractGenericEntity.class - [JAR]
├─ it.techgap.common.api.model.BaseAuditableEntity.class - [JAR]
├─ it.techgap.common.api.model.BaseEntity.class - [JAR]
it.techgap.common.api.exception
├─ it.techgap.common.api.exception.DuplicateEntityException.class - [JAR]
├─ it.techgap.common.api.exception.EntityCheckException.class - [JAR]
├─ it.techgap.common.api.exception.IdMismatchException.class - [JAR]
├─ it.techgap.common.api.exception.MalformedEntityException.class - [JAR]
it.techgap.common.api.dto
├─ it.techgap.common.api.dto.Dto.class - [JAR]
├─ it.techgap.common.api.dto.GenericDto.class - [JAR]
it.techgap.common.api.service
├─ it.techgap.common.api.service.CrudService.class - [JAR]
├─ it.techgap.common.api.service.CrudServiceWithList.class - [JAR]
├─ it.techgap.common.api.service.GenericCrudService.class - [JAR]
├─ it.techgap.common.api.service.GenericCrudServiceWithList.class - [JAR]
├─ it.techgap.common.api.service.GenericReadOnlyService.class - [JAR]
├─ it.techgap.common.api.service.GenericReadOnlyServiceWithList.class - [JAR]
it.techgap.common.api.model.identity
├─ it.techgap.common.api.model.identity.AbstractAuditableEntity.class - [JAR]
├─ it.techgap.common.api.model.identity.AbstractAuditableGenericEntity.class - [JAR]
├─ it.techgap.common.api.model.identity.AbstractGenericEntity.class - [JAR]