Package | Description |
---|---|
feign |
Modifier and Type | Class and Description |
---|---|
static class |
Target.EmptyTarget<T> |
static class |
Target.HardCodedTarget<T> |
Modifier and Type | Method and Description |
---|---|
InvocationHandler |
InvocationHandlerFactory.create(Target target,
Map<Method,InvocationHandlerFactory.MethodHandler> dispatch) |
InvocationHandler |
InvocationHandlerFactory.Default.create(Target target,
Map<Method,InvocationHandlerFactory.MethodHandler> dispatch) |
abstract <T> T |
Feign.newInstance(Target<T> target)
Returns a new instance of an HTTP API, defined by annotations in the
Contract ,
for the specified target . |
<T> T |
ReflectiveFeign.newInstance(Target<T> target)
creates an api binding to the
target . |
<T> T |
Feign.Builder.target(Target<T> target) |
Copyright © 2012–2018 OpenFeign. All rights reserved.