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 proto-sample-domain-implementation-14.0.14.Final.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.infinispan.protostream.sampledomain
├─ org.infinispan.protostream.sampledomain.Account.class - [JAR]
├─ org.infinispan.protostream.sampledomain.Address.class - [JAR]
├─ org.infinispan.protostream.sampledomain.Note.class - [JAR]
├─ org.infinispan.protostream.sampledomain.Transaction.class - [JAR]
├─ org.infinispan.protostream.sampledomain.User.class - [JAR]
org.infinispan.protostream.sampledomain.marshallers
├─ org.infinispan.protostream.sampledomain.marshallers.AccountMarshaller.class - [JAR]
├─ org.infinispan.protostream.sampledomain.marshallers.AddressMarshaller.class - [JAR]
├─ org.infinispan.protostream.sampledomain.marshallers.GenderMarshaller.class - [JAR]
├─ org.infinispan.protostream.sampledomain.marshallers.LimitsMarshaller.class - [JAR]
├─ org.infinispan.protostream.sampledomain.marshallers.MarshallerRegistration.class - [JAR]
├─ org.infinispan.protostream.sampledomain.marshallers.TransactionMarshaller.class - [JAR]
├─ org.infinispan.protostream.sampledomain.marshallers.UserMarshaller.class - [JAR]