public class MethodInvoker extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
MethodInvoker.ValueSupplier |
| Constructor and Description |
|---|
MethodInvoker(Method method,
Set<Class> supportedInjectionTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(Object obj,
MethodInvoker.ValueSupplier supplier) |
public void invoke(Object obj, MethodInvoker.ValueSupplier supplier) throws InvocationTargetException, IllegalAccessException
Copyright © 2023. All rights reserved.