Class FlowableExpressionJsonUtils


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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • FlowableExpressionJsonUtils

        public FlowableExpressionJsonUtils()
    • Method Detail

      • 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