jar

com.github.fangjinuo.agileway : agileway-feign

Maven & Gradle

Sep 13, 2022
1 usages
65 stars

Provide a simple method to use feign

Table Of Contents

Latest Version

Download com.github.fangjinuo.agileway : agileway-feign JAR file - Latest Versions:

All Versions

Download com.github.fangjinuo.agileway : agileway-feign JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
3.0.x
2.7.x
2.6.x
2.5.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window agileway-feign-3.1.12.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jn.agileway.feign.supports.rpc

├─ com.jn.agileway.feign.supports.rpc.ClientWrapper.class - [JAR]

├─ com.jn.agileway.feign.supports.rpc.FeignRR.class - [JAR]

├─ com.jn.agileway.feign.supports.rpc.FeignRpcException.class - [JAR]

├─ com.jn.agileway.feign.supports.rpc.RpcInvocationHandlerFactory.class - [JAR]

com.jn.agileway.feign.supports.rpc.rest

├─ com.jn.agileway.feign.supports.rpc.rest.EasyjsonDecoder.class - [JAR]

├─ com.jn.agileway.feign.supports.rpc.rest.EasyjsonEncoder.class - [JAR]

├─ com.jn.agileway.feign.supports.rpc.rest.EasyjsonErrorDecoder.class - [JAR]

├─ com.jn.agileway.feign.supports.rpc.rest.RestStubProvider.class - [JAR]

├─ com.jn.agileway.feign.supports.rpc.rest.RestStubProviderCustomizer.class - [JAR]

├─ com.jn.agileway.feign.supports.rpc.rest.UnifiedResponseRestErrorHandler.class - [JAR]

com.jn.agileway.feign

├─ com.jn.agileway.feign.ErrorHandler.class - [JAR]

├─ com.jn.agileway.feign.Feigns.class - [JAR]

├─ com.jn.agileway.feign.HttpConnectionContext.class - [JAR]

├─ com.jn.agileway.feign.HttpConnectionProperties.class - [JAR]

├─ com.jn.agileway.feign.RestServiceProvider.class - [JAR]

├─ com.jn.agileway.feign.SimpleStubProvider.class - [JAR]

├─ com.jn.agileway.feign.SimpleStubProviderCustomizer.class - [JAR]

├─ com.jn.agileway.feign.StubProvider.class - [JAR]

com.jn.agileway.feign.supports.mixedprovider

├─ com.jn.agileway.feign.supports.mixedprovider.MixedStubProvider.class - [JAR]

├─ com.jn.agileway.feign.supports.mixedprovider.NameAnnotationStubProviderLocator.class - [JAR]

├─ com.jn.agileway.feign.supports.mixedprovider.StubProviderLocator.class - [JAR]

com.jn.agileway.feign.supports.rpc.rest.param

├─ com.jn.agileway.feign.supports.rpc.rest.param.ToJsonExpander.class - [JAR]

com.jn.agileway.feign.supports.adaptable

├─ com.jn.agileway.feign.supports.adaptable.AdaptableDecoder.class - [JAR]

├─ com.jn.agileway.feign.supports.adaptable.AdaptableErrorDecoder.class - [JAR]

├─ com.jn.agileway.feign.supports.adaptable.ResponseBodyAdapter.class - [JAR]

com.jn.agileway.feign.loadbalancer

├─ com.jn.agileway.feign.loadbalancer.DynamicLBClientFactory.class - [JAR]

├─ com.jn.agileway.feign.loadbalancer.LBClientConfig.class - [JAR]

com.jn.agileway.feign.param

├─ com.jn.agileway.feign.param.ToJsonStringExpander.class - [JAR]

├─ com.jn.agileway.feign.param.ToQueryStringExpander.class - [JAR]

Advertisement