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 infinispan-avro-hotrod-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.infinispan.avro.hotrod
├─ org.infinispan.avro.hotrod.QueryBuilder.class - [JAR]
├─ org.infinispan.avro.hotrod.QueryFactory.class - [JAR]
├─ org.infinispan.avro.hotrod.QueryOperation.class - [JAR]
├─ org.infinispan.avro.hotrod.RemoteQuery.class - [JAR]
├─ org.infinispan.avro.hotrod.Search.class - [JAR]
org.infinispan.client.hotrod.impl.operations
├─ org.infinispan.client.hotrod.impl.operations.OperationsFactory.class - [JAR]