Package com.suncode.pwfl.component.support
package com.suncode.pwfl.component.support
-
ClassDescription
InstanceFactory
that creates components using givenApplicationContext
.InstanceFactory
that creates components using default constructor.Object allows to bind null value to parameter of specified instance in class constructor.ParameterBinder
that bind known components to method parameters by class.Factory responsible for creating components instances.Wrapper around Method that allows to easily invoke method using dynamicParameterBinder
.Parameter binder used inInvocableMethod
.ParameterBinder
implementation that binds parameters from providedParameters
class to every method parameter annotated with @Param
annotation.