Uses of Package
feign
-
Packages that use feign Package Description feign feign.auth feign.codec feign.optionals feign.querymap feign.stream feign.template -
Classes in feign used by feign Class Description Client Submits HTTPrequests
.CollectionFormat Various ways to encode collections in URL parameters.Contract Defines what annotations and values are valid on interfaces.Contract.BaseContract ExceptionPropagationPolicy Feign Feign's purpose is to ease development against http apis that feign restfulness.Feign.Builder FeignException Origin exception type for all Http Apis.InvocationHandlerFactory Controls reflective method dispatch.InvocationHandlerFactory.MethodHandler LikeInvocationHandler.invoke(Object, java.lang.reflect.Method, Object[])
, except for a single method.Logger Simple logging abstraction for debug messages.Logger.JavaLogger Logs to the categoryLogger
atLevel.FINE
, if loggable.Logger.Level Controls the level of logging.MethodMetadata Param.Expander QueryMapEncoder A QueryMapEncoder encodes Objects into maps of query parameter names to values.Request An immutable request to an http server.Request.Body Request.HttpMethod Request.Options RequestInterceptor Zero or moreRequestInterceptors
may be configured for purposes such as adding headers to all requests.RequestTemplate Request Builder for an HTTP Target.Response An immutable response to an http invocation which only returns string content.Response.Body Response.Builder ResponseMapper Map function to apply to the response before decoding it.RetryableException This exception is raised when theResponse
is deemed to be retryable, typically via anErrorDecoder
when thestatus
is 503.Retryer Cloned for each invocation toClient.execute(Request, feign.Request.Options)
.Target
relationship to JAXRS 2.0
Similar tojavax.ws.rs.client.WebTarget
, as it produces requests.Target.EmptyTarget -
Classes in feign used by feign.auth Class Description RequestInterceptor Zero or moreRequestInterceptors
may be configured for purposes such as adding headers to all requests.RequestTemplate Request Builder for an HTTP Target. -
Classes in feign used by feign.codec Class Description FeignException Origin exception type for all Http Apis.RequestTemplate Request Builder for an HTTP Target.Response An immutable response to an http invocation which only returns string content. -
Classes in feign used by feign.optionals Class Description Response An immutable response to an http invocation which only returns string content. -
Classes in feign used by feign.querymap Class Description QueryMapEncoder A QueryMapEncoder encodes Objects into maps of query parameter names to values. -
Classes in feign used by feign.stream Class Description FeignException Origin exception type for all Http Apis.Response An immutable response to an http invocation which only returns string content. -
Classes in feign used by feign.template Class Description CollectionFormat Various ways to encode collections in URL parameters.