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 jpa-serializer-1.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
br.eti.clairton.jpa.serializer
├─ br.eti.clairton.jpa.serializer.AbstractNodes.class - [JAR]
├─ br.eti.clairton.jpa.serializer.GsonJpaSerializer.class - [JAR]
├─ br.eti.clairton.jpa.serializer.JpaSerializer.class - [JAR]
├─ br.eti.clairton.jpa.serializer.Mode.class - [JAR]
├─ br.eti.clairton.jpa.serializer.Node.class - [JAR]
├─ br.eti.clairton.jpa.serializer.Nodes.class - [JAR]
├─ br.eti.clairton.jpa.serializer.NodesProgramatic.class - [JAR]
├─ br.eti.clairton.jpa.serializer.Operation.class - [JAR]
├─ br.eti.clairton.jpa.serializer.Tagable.class - [JAR]