Class MessagePackValueMapper

java.lang.Object
org.camunda.feel.impl.JavaValueMapper
io.camunda.zeebe.feel.impl.MessagePackValueMapper
All Implemented Interfaces:
org.camunda.feel.valuemapper.CustomValueMapper

public final class MessagePackValueMapper extends org.camunda.feel.impl.JavaValueMapper
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.Option<org.camunda.feel.syntaxtree.Val>
    toVal(Object x, scala.Function1<Object,org.camunda.feel.syntaxtree.Val> innerValueMapper)
     
    scala.Option<Object>
    unpackVal(org.camunda.feel.syntaxtree.Val value, scala.Function1<org.camunda.feel.syntaxtree.Val,Object> innerValueMapper)
     

    Methods inherited from class org.camunda.feel.impl.JavaValueMapper

    org$camunda$feel$valuemapper$CustomValueMapper$_setter_$priority_$eq, priority

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MessagePackValueMapper

      public MessagePackValueMapper()
  • Method Details

    • unpackVal

      public scala.Option<Object> unpackVal(org.camunda.feel.syntaxtree.Val value, scala.Function1<org.camunda.feel.syntaxtree.Val,Object> innerValueMapper)
      Specified by:
      unpackVal in interface org.camunda.feel.valuemapper.CustomValueMapper
      Overrides:
      unpackVal in class org.camunda.feel.impl.JavaValueMapper
    • toVal

      public scala.Option<org.camunda.feel.syntaxtree.Val> toVal(Object x, scala.Function1<Object,org.camunda.feel.syntaxtree.Val> innerValueMapper)
      Specified by:
      toVal in interface org.camunda.feel.valuemapper.CustomValueMapper
      Overrides:
      toVal in class org.camunda.feel.impl.JavaValueMapper