Class JsonNodeHelper


  • public final class JsonNodeHelper
    extends Object
    Since:
    2023.13
    • Method Detail

      • getEntries

        public static List<com.fasterxml.jackson.databind.JsonNode> getEntries​(com.fasterxml.jackson.databind.JsonNode node)
      • getEntries

        public static List<com.fasterxml.jackson.databind.JsonNode> getEntries​(String expectedEntityType,
                                                                               com.fasterxml.jackson.databind.JsonNode node)
      • getEntriesSize

        public static int getEntriesSize​(com.fasterxml.jackson.databind.JsonNode node)
      • getEntriesSize

        public static int getEntriesSize​(String expectedEntityType,
                                         com.fasterxml.jackson.databind.JsonNode node)
      • getErrorMessage

        public static String getErrorMessage​(com.fasterxml.jackson.databind.JsonNode node)
      • hasErrorMessage

        public static boolean hasErrorMessage​(com.fasterxml.jackson.databind.JsonNode node)