Annotation Type JsonPath

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean allowSimple
      Whether to allow in inlined simple exceptions in the JsonPath expression
      com.jayway.jsonpath.Option[] options
      To configure the JsonPath options to use
      boolean suppressExceptions
      Whether to suppress exceptions such as PathNotFoundException
      • suppressExceptions

        boolean suppressExceptions
        Whether to suppress exceptions such as PathNotFoundException
        Default:
        false
      • allowSimple

        boolean allowSimple
        Whether to allow in inlined simple exceptions in the JsonPath expression
        Default:
        true
      • options

        com.jayway.jsonpath.Option[] options
        To configure the JsonPath options to use
        Default:
        {}