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 automorph-meta_3-0.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
automorph
├─ automorph.RpcException.class - [JAR]
├─ automorph.RpcFunction.class - [JAR]
├─ automorph.RpcResult.class - [JAR]
automorph.handler
├─ automorph.handler.HandlerBinding.class - [JAR]
automorph.client.meta
├─ automorph.client.meta.ClientBind.class - [JAR]
├─ automorph.client.meta.ClientBindings.class - [JAR]
automorph.spi.codec
├─ automorph.spi.codec.MessageCodecMeta.class - [JAR]
automorph.handler.meta
├─ automorph.handler.meta.HandlerBindings.class - [JAR]
automorph.log
├─ automorph.log.LogProperties.class - [JAR]
├─ automorph.log.MacroLogger.class - [JAR]
automorph.spi.protocol
├─ automorph.spi.protocol.ApiSchema.class - [JAR]
├─ automorph.spi.protocol.Message.class - [JAR]
├─ automorph.spi.protocol.ParseError.class - [JAR]
├─ automorph.spi.protocol.Request.class - [JAR]
├─ automorph.spi.protocol.Response.class - [JAR]
automorph.client
├─ automorph.client.ClientBinding.class - [JAR]
├─ automorph.client.RemoteCall.class - [JAR]
├─ automorph.client.RemoteInvoke.class - [JAR]
├─ automorph.client.RemoteTell.class - [JAR]
automorph.reflection
├─ automorph.reflection.ClassReflection.class - [JAR]
├─ automorph.reflection.Method.class - [JAR]
├─ automorph.reflection.MethodReflection.class - [JAR]
├─ automorph.reflection.Parameter.class - [JAR]
automorph.spi
├─ automorph.spi.AsyncEffectSystem.class - [JAR]
├─ automorph.spi.EffectSystem.class - [JAR]
├─ automorph.spi.MessageCodec.class - [JAR]
├─ automorph.spi.RpcProtocol.class - [JAR]