Interface ArrayElementCondition

All Known Implementing Classes:
ArrayComparisonElementCondition, ArrayElementConditionAdapter

public interface ArrayElementCondition
  • Method Summary

    Modifier and Type
    Method
    Description
    Describe the condition
    test(com.fasterxml.jackson.databind.JsonNode json, int arrayIndex)
    Execute the test of the condition
  • Method Details

    • test

      Result test(com.fasterxml.jackson.databind.JsonNode json, int arrayIndex)
      Execute the test of the condition
      Parameters:
      json - the json to test
      Returns:
      a Result explaining whether the condition was met and if not, why not
    • describe

      String describe()
      Describe the condition
      Returns:
      description of the condition