Packages

package spi

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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)

  2. trait CustomFunctionProvider extends FunctionProvider

    Provides one or more functions which can be used in an expression.

  3. 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.

  4. class JavaFunction extends AnyRef
  5. abstract class JavaFunctionProvider extends CustomFunctionProvider

    Provides one or more functions which can be used in an expression.

  6. 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

  1. object SpiServiceLoader

Ungrouped