Registry / http-client / feign-jaxrs

feign-jaxrs

JSON →
library13.9.3javamavenunverified

Feign integration with JAX-RS annotations for declarative HTTP clients.

<dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-jaxrs</artifactId> <version>13.9.3</version> </dependency>
INSTALL
IMPORT
SIG · FEIGN-JAXRS
F
feign-jaxrs
http-clientjavav13.9.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JAXRSContract
feign.jaxrs.JAXRSContract

Create a Feign client using JAX-RS annotations.

import feign.Feign; import feign.jaxrs.JAXRSContract; import javax.ws.rs.GET; import javax.ws.rs.Path; interface MyApi { @GET @Path("/resource") String getResource(); } MyApi api = Feign.builder() .contract(new JAXRSContract()) .target(MyApi.class, "http://example.com");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
13.9.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources