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 spring-data-search-common-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.weedow.spring.data.search.common.model
├─ com.weedow.spring.data.search.common.model.Address.class - [JAR]
├─ com.weedow.spring.data.search.common.model.Job.class - [JAR]
├─ com.weedow.spring.data.search.common.model.JpaPersistable.class - [JAR]
├─ com.weedow.spring.data.search.common.model.Person.class - [JAR]
├─ com.weedow.spring.data.search.common.model.Vehicle.class - [JAR]
├─ com.weedow.spring.data.search.common.model.VehicleType.class - [JAR]
com.weedow.spring.data.search.common.dto
├─ com.weedow.spring.data.search.common.dto.AddressDto.class - [JAR]
├─ com.weedow.spring.data.search.common.dto.PersonDto.class - [JAR]
├─ com.weedow.spring.data.search.common.dto.VehicleDto.class - [JAR]
com.weedow.spring.data.search.common.repository
├─ com.weedow.spring.data.search.common.repository.PersonRepository.class - [JAR]