public abstract static class CallAdapter.Factory
extends java.lang.Object
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
abstract CallAdapter<?,?> |
get(ApiComposer apiComposer,
java.lang.reflect.Method method)
Returns a CallAdapter for interface methods that return
returnType, or null if it
cannot be handled by this factory. |
public abstract CallAdapter<?,?> get(ApiComposer apiComposer, java.lang.reflect.Method method)
returnType, or null if it
cannot be handled by this factory.apiComposer - the calling ApiComposer instancemethod - the Java method to be adapted