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 mate-starter-feign-4.6.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
vip.mate.core.feign.fallback
├─ vip.mate.core.feign.fallback.MateFallbackFactory.class - [JAR]
├─ vip.mate.core.feign.fallback.MateFeignFallback.class - [JAR]
vip.mate.core.feign.endpoint
├─ vip.mate.core.feign.endpoint.FeignClientEndpoint.class - [JAR]
vip.mate.core.feign.constant
├─ vip.mate.core.feign.constant.FeignConstant.class - [JAR]
vip.mate.core.feign.annotation
├─ vip.mate.core.feign.annotation.EnableMateFeign.class - [JAR]
org.springframework.cloud.openfeign
├─ org.springframework.cloud.openfeign.MateFeignClientsRegistrar.class - [JAR]
vip.mate.core.feign.config
├─ vip.mate.core.feign.config.FeignInterceptorConfiguration.class - [JAR]
├─ vip.mate.core.feign.config.MateFeignAutoConfiguration.class - [JAR]