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 spring2ts-examples-1.1.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sdadas.spring2ts.examples.types.collections
├─ com.sdadas.spring2ts.examples.types.collections.CollectionsObject.class - [JAR]
com.sdadas.spring2ts.examples.simple
├─ com.sdadas.spring2ts.examples.simple.HelloController.class - [JAR]
├─ com.sdadas.spring2ts.examples.simple.HelloDto.class - [JAR]
├─ com.sdadas.spring2ts.examples.simple.HelloResponse.class - [JAR]
com.sdadas.spring2ts.examples.types.generics
├─ com.sdadas.spring2ts.examples.types.generics.GenericChildObject.class - [JAR]
├─ com.sdadas.spring2ts.examples.types.generics.GenericNestedObject.class - [JAR]
├─ com.sdadas.spring2ts.examples.types.generics.GenericObject.class - [JAR]
com.sdadas.spring2ts.examples.types.basic
├─ com.sdadas.spring2ts.examples.types.basic.Address.class - [JAR]
├─ com.sdadas.spring2ts.examples.types.basic.NotSharedObject.class - [JAR]
├─ com.sdadas.spring2ts.examples.types.basic.Person.class - [JAR]
com.sdadas.spring2ts.examples.utils
├─ com.sdadas.spring2ts.examples.utils.JsonUtils.class - [JAR]
com.sdadas.spring2ts.examples
├─ com.sdadas.spring2ts.examples.Application.class - [JAR]