Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are some MEP-Functions that can be used in the MAP-Operator:

  • KeyValueObject: asKeyValue(Object kv): Cast an object to a KeyValueObject (could be necessary if Odysseus can not determine the type of an object). KV must be a KeyValueObject, else there will be a ClassCastException
  • KeyValueObject: toKeyValue(String): Creates a new KeyValueObject from a String JSON ExpressionTODO

Wrapper

The feature adds protocol handler for the common key-value data formats JSON and BSON (binary JSON).

...