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