Constructors

Link copied to clipboard
constructor(instanceGetter: (ParameterBinderFactory.Context) -> Any?, caller: (instance: Any?, ParameterBinderFactory.Context) -> ParameterBinderResult)

Inherited properties

Link copied to clipboard
open override val priority: Int

工厂优先级.

Functions

Link copied to clipboard

根据 Context 提供的各项参数进行解析与预变异,并得到一个最终的 ParameterBinder 到对应的parameter中。 如果返回 ParameterBinderResult.Empty ,则视为放弃对目标参数的匹配。