Returns a new instance of an HTTP API, defined by annotations in the Feign Contract, for the specified target. You should cache this result.
(Target<T> target)
| 93 | * for the specified {@code target}. You should cache this result. |
| 94 | */ |
| 95 | public abstract <T> T newInstance(Target<T> target); |
| 96 | |
| 97 | public static class Builder extends BaseBuilder<Builder, Feign> { |
| 98 |
no outgoing calls