gh-pages / com.nextfaze.devfun.invoke / ParameterViewFactoryProvider

ParameterViewFactoryProvider

interface ParameterViewFactoryProvider (source)

A factory that creates views based on parameter attributes to be used when invoking a function with non-injectable parameter types.

Functions

Name Summary
get abstract operator fun get(parameter: Parameter): ViewFactory<View>?
Get a view factory for some function parameter.

Inheritors

Name Summary
CompositeParameterViewFactoryProvider interface CompositeParameterViewFactoryProvider : ParameterViewFactoryProvider, Composite<ParameterViewFactoryProvider>
A ParameterViewFactoryProvider that delegates to other providers.