jar

me.ahoo.coapi : coapi-spring

Maven & Gradle

Jan 24, 2024
6 stars

coapi-spring · Streamlining HTTP client definition in Spring 6, CoApi provides zero boilerplate code auto-configuration for more convenient and efficient interface calls.

Table Of Contents

Latest Version

Download me.ahoo.coapi : coapi-spring JAR file - Latest Versions:

All Versions

Download me.ahoo.coapi : coapi-spring JAR file - All Versions:

Version Vulnerabilities Size Updated
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 coapi-spring-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

me.ahoo.coapi.spring.client

├─ me.ahoo.coapi.spring.client.ClientProperties.class - [JAR]

├─ me.ahoo.coapi.spring.client.HttpClientBuilderCustomizer.class - [JAR]

me.ahoo.coapi.spring.client.sync

├─ me.ahoo.coapi.spring.client.sync.AbstractRestClientFactoryBean.class - [JAR]

├─ me.ahoo.coapi.spring.client.sync.LoadBalancedRestClientFactoryBean.class - [JAR]

├─ me.ahoo.coapi.spring.client.sync.RestClientBuilderCustomizer.class - [JAR]

├─ me.ahoo.coapi.spring.client.sync.RestClientFactoryBean.class - [JAR]

├─ me.ahoo.coapi.spring.client.sync.SyncHttpExchangeAdapterFactory.class - [JAR]

me.ahoo.coapi.spring.client.reactive

├─ me.ahoo.coapi.spring.client.reactive.AbstractWebClientFactoryBean.class - [JAR]

├─ me.ahoo.coapi.spring.client.reactive.LoadBalancedWebClientFactoryBean.class - [JAR]

├─ me.ahoo.coapi.spring.client.reactive.ReactiveHttpExchangeAdapterFactory.class - [JAR]

├─ me.ahoo.coapi.spring.client.reactive.WebClientBuilderCustomizer.class - [JAR]

├─ me.ahoo.coapi.spring.client.reactive.WebClientFactoryBean.class - [JAR]

me.ahoo.coapi.spring

├─ me.ahoo.coapi.spring.AbstractCoApiRegistrar.class - [JAR]

├─ me.ahoo.coapi.spring.ClientMode.class - [JAR]

├─ me.ahoo.coapi.spring.CoApiDefinition.class - [JAR]

├─ me.ahoo.coapi.spring.CoApiFactoryBean.class - [JAR]

├─ me.ahoo.coapi.spring.CoApiRegistrar.class - [JAR]

├─ me.ahoo.coapi.spring.EnableCoApi.class - [JAR]

├─ me.ahoo.coapi.spring.EnableCoApiRegistrar.class - [JAR]

├─ me.ahoo.coapi.spring.HttpExchangeAdapterFactory.class - [JAR]

Advertisement