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 remote-entity-0.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
pl.javahello
├─ pl.javahello.Adapter.class - [JAR]
├─ pl.javahello.BaseDTO.class - [JAR]
├─ pl.javahello.DTO.class - [JAR]
├─ pl.javahello.ListableDTO.class - [JAR]
├─ pl.javahello.RemoteEntity.class - [JAR]
├─ pl.javahello.RemoteService.class - [JAR]
pl.javahello.processor
├─ pl.javahello.processor.AbstractAdapterGenerator.class - [JAR]
├─ pl.javahello.processor.AbstractFileGenerator.class - [JAR]
├─ pl.javahello.processor.AdapterToDtoGenerator.class - [JAR]
├─ pl.javahello.processor.AdapterToEntityGenerator.class - [JAR]
├─ pl.javahello.processor.DtoEntityGenerator.class - [JAR]
├─ pl.javahello.processor.DtoGenerator.class - [JAR]
├─ pl.javahello.processor.DtoProcessor.class - [JAR]
├─ pl.javahello.processor.JpaRepoGenerator.class - [JAR]
├─ pl.javahello.processor.RemoteEntityProcessor.class - [JAR]
├─ pl.javahello.processor.RemoteServiceGenerator.class - [JAR]
├─ pl.javahello.processor.SourceFileDescription.class - [JAR]
pl.javahello.common
├─ pl.javahello.common.AnnotationTypeUtils.class - [JAR]
├─ pl.javahello.common.CollectionTypeUtils.class - [JAR]
├─ pl.javahello.common.TypeUtils.class - [JAR]