Class FlowableExpressionJsonUtils

java.lang.Object
com.flowable.platform.expressions.FlowableExpressionJsonUtils

public class FlowableExpressionJsonUtils
extends java.lang.Object
Expression Bean Name: flwJsonUtils Offers utilities to work with JSON objects and arrays.
  • Constructor Summary

    Constructors 
    Constructor Description
    FlowableExpressionJsonUtils()  
  • Method Summary

    Modifier and Type Method Description
    com.fasterxml.jackson.databind.JsonNode getAtIndex​(com.fasterxml.jackson.databind.JsonNode node, java.lang.Object index)
    Get an object from a specific index in a JSON array

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getAtIndex

      public com.fasterxml.jackson.databind.JsonNode getAtIndex​(com.fasterxml.jackson.databind.JsonNode node, java.lang.Object index)
      Get an object from a specific index in a JSON array
      Returns:
      a JSON object