Uses of Class
de.xima.fc.helper.JsonPathBuilder
-
Packages that use JsonPathBuilder Package Description de.xima.fc.helper Package für konkrete Helperklassen -
-
Uses of JsonPathBuilder in de.xima.fc.helper
Methods in de.xima.fc.helper that return JsonPathBuilder Modifier and Type Method Description JsonPathBuilder
JsonPathBuilder. enterArray(int index)
Adds an array element to the JSON path.JsonPathBuilder
JsonPathBuilder. enterObject(String fieldName)
Adds an object property to the JSON path.JsonPathBuilder
JsonPathBuilder. leave()
Leaves the most recently added array item or object property, i.e. drops it from the path.
-