| Interface | Description |
|---|---|
| InstanceFactory |
Factory responsible for creating components instances.
|
| ParameterBinder |
Parameter binder used in
InvocableMethod. |
| Class | Description |
|---|---|
| BeanInstanceFactory |
InstanceFactory that creates components using given ApplicationContext. |
| DefaultInstanceFactory |
InstanceFactory that creates components using default constructor. |
| EmptyInstance |
Object allows to bind null value to parameter of specified instance in class constructor.
|
| InstanceBinder |
ParameterBinder that bind known components to method parameters by class. |
| InvocableMethod |
Wrapper around Method that allows to easily invoke method using
dynamic
ParameterBinder. |
| ParametersBinder |
ParameterBinder implementation that binds parameters from provided Parameters
class to every method parameter annotated with @Param annotation. |
Copyright © 2023 Suncode. All rights reserved.