package spi
- Alphabetic
- Public
- All
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
Provides one or more functions which can be used in an expression.
- trait CustomValueMapper extends DefaultValueMapper
Transform objects into FEEL types and the other way around.
Transform objects into FEEL types and the other way around. Override CustomValueMapper.toVal() and/or CustomValueMapper.unpackVal() to change the default behavior.
- class JavaFunction extends AnyRef
- abstract class JavaFunctionProvider extends CustomFunctionProvider
Provides one or more functions which can be used in an expression.
- class JavaValueMapper extends DefaultValueMapper with CustomValueMapper
Transform FEEL types into common Java objects.
Transform FEEL types into common Java objects. This includes numbers, lists and contexts.
Value Members
- object SpiServiceLoader