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 lagom-service-locator_2.13-1.6.8-RC1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.lightbend.lagom.registry.impl
├─ com.lightbend.lagom.registry.impl.InternalRegistry.class - [JAR]
├─ com.lightbend.lagom.registry.impl.InternalRouter.class - [JAR]
├─ com.lightbend.lagom.registry.impl.NoServiceLocator.class - [JAR]
├─ com.lightbend.lagom.registry.impl.ServiceAlreadyRegistered.class - [JAR]
├─ com.lightbend.lagom.registry.impl.ServiceLocatorServer.class - [JAR]
├─ com.lightbend.lagom.registry.impl.ServiceName.class - [JAR]
├─ com.lightbend.lagom.registry.impl.ServiceRegistryActor.class - [JAR]
├─ com.lightbend.lagom.registry.impl.ServiceRegistryImpl.class - [JAR]
├─ com.lightbend.lagom.registry.impl.ServiceRegistryKey.class - [JAR]
├─ com.lightbend.lagom.registry.impl.ServiceRegistryModule.class - [JAR]
├─ com.lightbend.lagom.registry.impl.ServiceToRegister.class - [JAR]
├─ com.lightbend.lagom.registry.impl.UnmanagedServices.class - [JAR]
com.lightbend.lagom.gateway
├─ com.lightbend.lagom.gateway.AkkaHttpServiceGateway.class - [JAR]
├─ com.lightbend.lagom.gateway.AkkaHttpServiceGatewayFactory.class - [JAR]
├─ com.lightbend.lagom.gateway.NettyServiceGateway.class - [JAR]
├─ com.lightbend.lagom.gateway.NettyServiceGatewayFactory.class - [JAR]
├─ com.lightbend.lagom.gateway.ServiceGatewayConfig.class - [JAR]