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