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 cayenne-client-4.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.cayenne.remote.service
├─ org.apache.cayenne.remote.service.LocalConnection.class - [JAR]
org.apache.cayenne.rop
├─ org.apache.cayenne.rop.HttpClientConnection.class - [JAR]
├─ org.apache.cayenne.rop.HttpClientConnectionProvider.class - [JAR]
├─ org.apache.cayenne.rop.ProxyRemoteService.class - [JAR]
├─ org.apache.cayenne.rop.ROPConnector.class - [JAR]
├─ org.apache.cayenne.rop.ROPUtil.class - [JAR]
org.apache.cayenne.remote
├─ org.apache.cayenne.remote.BaseConnection.class - [JAR]
├─ org.apache.cayenne.remote.ClientChannel.class - [JAR]
├─ org.apache.cayenne.remote.ClientConnection.class - [JAR]
org.apache.cayenne.rop.http
├─ org.apache.cayenne.rop.http.ClientHessianSerializationServiceProvider.class - [JAR]
├─ org.apache.cayenne.rop.http.HttpROPConnector.class - [JAR]
org.apache.cayenne.remote.hessian
├─ org.apache.cayenne.remote.hessian.ClientSerializerFactory.class - [JAR]
├─ org.apache.cayenne.remote.hessian.DataRowDeserializer.class - [JAR]
org.apache.cayenne.configuration.rop.client
├─ org.apache.cayenne.configuration.rop.client.CayenneClientModuleProvider.class - [JAR]
├─ org.apache.cayenne.configuration.rop.client.CayenneContextFactory.class - [JAR]
├─ org.apache.cayenne.configuration.rop.client.ClientChannelProvider.class - [JAR]
├─ org.apache.cayenne.configuration.rop.client.ClientConstants.class - [JAR]
├─ org.apache.cayenne.configuration.rop.client.ClientModule.class - [JAR]
├─ org.apache.cayenne.configuration.rop.client.ClientRuntime.class - [JAR]
├─ org.apache.cayenne.configuration.rop.client.ClientRuntimeBuilder.class - [JAR]
├─ org.apache.cayenne.configuration.rop.client.LocalClientServerChannelProvider.class - [JAR]
├─ org.apache.cayenne.configuration.rop.client.LocalConnectionProvider.class - [JAR]
├─ org.apache.cayenne.configuration.rop.client.MainCayenneClientModuleProvider.class - [JAR]
org.apache.cayenne.remote.hessian.service
├─ org.apache.cayenne.remote.hessian.service.HessianUtil.class - [JAR]