@Experimental public class ReflectiveAsyncFeign<C> extends AsyncFeign<C>
AsyncFeign.AsyncBuilder<C>Feign.Builder, Feign.ResponseMappingDecoder| Constructor and Description |
|---|
ReflectiveAsyncFeign(AsyncFeign.AsyncBuilder<C> asyncBuilder) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
wrap(Class<T> type,
T instance,
C context) |
asyncBuilder, clearInvocationContext, newInstance, newInstance, setInvocationContextpublic ReflectiveAsyncFeign(AsyncFeign.AsyncBuilder<C> asyncBuilder)
protected <T> T wrap(Class<T> type, T instance, C context)
wrap in class AsyncFeign<C>Copyright © 2012–2021 OpenFeign. All rights reserved.