public interface InvokerFactory
Modifier and Type | Method and Description |
---|---|
Invoker |
createInvoker(java.lang.reflect.Method method,
Library library,
java.util.Map<LibraryOption,?> options) |
boolean |
isMethodSupported(java.lang.reflect.Method method) |
Invoker createInvoker(java.lang.reflect.Method method, Library library, java.util.Map<LibraryOption,?> options)
boolean isMethodSupported(java.lang.reflect.Method method)