Uses of Interface
com.suncode.pwfl.component.support.ParameterBinder
Packages that use ParameterBinder
-
Uses of ParameterBinder in com.suncode.pwfl.component.support
Classes in com.suncode.pwfl.component.support that implement ParameterBinderModifier and TypeClassDescriptionclass
ParameterBinder
that bind known components to method parameters by class.class
ParameterBinder
implementation that binds parameters from providedParameters
class to every method parameter annotated with @Param
annotation.Methods in com.suncode.pwfl.component.support with parameters of type ParameterBinderModifier and TypeMethodDescriptionInvocableMethod.invoke
(Object instance, ParameterBinder... binders) Invokes this method on given instance (may be null for static methods).