Package io.camunda.zeebe.feel.impl
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 -
Method Summary
Methods inherited from class org.camunda.feel.impl.JavaValueMapper
org$camunda$feel$valuemapper$CustomValueMapper$_setter_$priority_$eq, priority
-
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:
unpackValin interfaceorg.camunda.feel.valuemapper.CustomValueMapper- Overrides:
unpackValin classorg.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:
toValin interfaceorg.camunda.feel.valuemapper.CustomValueMapper- Overrides:
toValin classorg.camunda.feel.impl.JavaValueMapper
-