package spi
Type Members
-
abstract
class
CustomContext extends ContextBase
Override this class if you want to implement a custom Context.
Override this class if you want to implement a custom Context. Call the corresponding super method to handle the default/error case. Typically you will just override one of the dynamic providers (variableProvider, functionProvider)
- trait CustomFunctionProvider extends FunctionProvider
-
abstract
class
CustomValueMapper extends DefaultValueMapper
Override this class if you want to implement a custom ValueMapper.
Override this class if you want to implement a custom ValueMapper. Call the corresponding super method to handle the default/error case
- class JavaFunction extends AnyRef
- abstract class JavaFunctionProvider extends CustomFunctionProvider