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 shore-feign-1.2.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.youm.frame.feign.fallback
├─ me.youm.frame.feign.fallback.ShoreFallbackFactory.class - [JAR]
├─ me.youm.frame.feign.fallback.ShoreFeignFallback.class - [JAR]
org.springframework.cloud.openfeign
├─ org.springframework.cloud.openfeign.ShoreFeignClientsRegistrar.class - [JAR]
me.youm.frame.feign.annotation
├─ me.youm.frame.feign.annotation.EnableOpenFeign.class - [JAR]
me.youm.frame.feign.config
├─ me.youm.frame.feign.config.FeignInterceptorConfiguration.class - [JAR]
├─ me.youm.frame.feign.config.ShoreFeignAutoConfiguration.class - [JAR]
me.youm.frame.feign.endpoint
├─ me.youm.frame.feign.endpoint.FeignClientEndpoint.class - [JAR]