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 openfeign-spring-boot-autoconfigure-1.0.57.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
in.hocg.boot.openfeign.autoconfiguration.properties
├─ in.hocg.boot.openfeign.autoconfiguration.properties.OpenFeignProperties.class - [JAR]
in.hocg.boot.openfeign.autoconfiguration
├─ in.hocg.boot.openfeign.autoconfiguration.OpenFeignAutoConfiguration.class - [JAR]
in.hocg.boot.openfeign.autoconfiguration.interceptor
├─ in.hocg.boot.openfeign.autoconfiguration.interceptor.UserAgentInterceptor.class - [JAR]
in.hocg.boot.openfeign.autoconfiguration.decoder
├─ in.hocg.boot.openfeign.autoconfiguration.decoder.ExceptionDecoder.class - [JAR]
├─ in.hocg.boot.openfeign.autoconfiguration.decoder.FeignExceptionInfo.class - [JAR]