| Package | Description |
|---|---|
| com.suncode.pwfl.component.support |
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceBinder
ParameterBinder that bind known components to method parameters by class. |
class |
ParametersBinder
ParameterBinder implementation that binds parameters from provided Parameters
class to every method parameter annotated with @Param annotation. |
| Modifier and Type | Method and Description |
|---|---|
Object |
InvocableMethod.invoke(Object instance,
ParameterBinder... binders)
Invokes this method on given instance (may be null for static methods).
|
Copyright © 2023 Suncode. All rights reserved.