BoundKernelParameter
open class BoundKernelParameter<T : Any>(val parameter: KernelParameter<T>, val valueProvider: () -> T?)
Class that binds a parameter handler to a value provider function. This allows for serializing parameter values without directly accessing the storage mechanism.
Parameters
T
The type of value that this parameter represents