Packages

p

org.camunda.feel

valuemapper

package valuemapper

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait CustomValueMapper extends AnyRef

    Transform objects into FEEL types and the other way around.

    Transform objects into FEEL types and the other way around.

    Multiple mappers are chained and invoked in order of their CustomValueMapper.priority. If one mapper can't transform the object then the next handler of the chain is invoked.

  2. abstract class JavaCustomValueMapper extends CustomValueMapper
  3. trait ValueMapper extends AnyRef

Value Members

  1. object ValueMapper

Ungrouped