Uses of Class
uk.org.webcompere.modelassert.json.dsl.nodespecific.tree.PathDsl
Packages that use PathDsl
-
Uses of PathDsl in uk.org.webcompere.modelassert.json.dsl.nodespecific.tree
Methods in uk.org.webcompere.modelassert.json.dsl.nodespecific.tree that return PathDslModifier and TypeMethodDescriptionProvide a path using the JSON Pointer syntax - i.e.static <A> PathDsl<A>PathDsl.fromJsonPointer(WhereDsl<A> where, String jsonPointer) Create a path DSL from a JSON Pointer expression.Enter the path context - specialising a rule for the given path.