AvailableParameters

Callback used to register available parameters.

Functions

Link copied to clipboard
abstract fun add(type: Class<out Any>, instance: Any)
Add a parameter with an instance value.
abstract fun add(type: Class<out Any>, factory: (Class<out Any>) -> Any)
Add a parameter with an instance factory.