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 tools-0.2.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.microkubes.tools.gateway.spring
├─ com.microkubes.tools.gateway.spring.AutoRegister.class - [JAR]
├─ com.microkubes.tools.gateway.spring.ServicePluginsConfig.class - [JAR]
├─ com.microkubes.tools.gateway.spring.ServiceRegistryConfig.class - [JAR]
com.microkubes.tools.security.spring
├─ com.microkubes.tools.security.spring.AuthenticationHolder.class - [JAR]
├─ com.microkubes.tools.security.spring.CustomClaimsTokenConverter.class - [JAR]
├─ com.microkubes.tools.security.spring.EnableSecurity.class - [JAR]
├─ com.microkubes.tools.security.spring.JwtOauth2Config.class - [JAR]
├─ com.microkubes.tools.security.spring.SpringOauth2AuthHolder.class - [JAR]
com.microkubes.tools.gateway
├─ com.microkubes.tools.gateway.Kong2ServiceRegistry.class - [JAR]
├─ com.microkubes.tools.gateway.KongServiceRegistry.class - [JAR]
├─ com.microkubes.tools.gateway.ServiceInfo.class - [JAR]
├─ com.microkubes.tools.gateway.ServicePlugin.class - [JAR]
├─ com.microkubes.tools.gateway.ServiceRegistry.class - [JAR]
├─ com.microkubes.tools.gateway.ServiceRegistryException.class - [JAR]
├─ com.microkubes.tools.gateway.ValidationException.class - [JAR]
com.microkubes.tools.security
├─ com.microkubes.tools.security.Auth.class - [JAR]