Uses of Class
uk.org.webcompere.modelassert.json.dsl.nodespecific.tree.WhereDsl
Packages that use WhereDsl
Package
Description
-
Uses of WhereDsl in uk.org.webcompere.modelassert.json.dsl.nodespecific
Methods in uk.org.webcompere.modelassert.json.dsl.nodespecific that return WhereDsl -
Uses of WhereDsl in uk.org.webcompere.modelassert.json.dsl.nodespecific.tree
Methods in uk.org.webcompere.modelassert.json.dsl.nodespecific.tree that return WhereDslModifier and TypeMethodDescriptionPathDsl.arrayContains()Allow the array at this position in the tree to just contain the other elements rather than match it completelyWhereDsl.arrayContains()Allow arrays to just contain the other elements rather than match completelyPathDsl.arrayInAnyOrder()Relax the ordering requirement for an array at this position in the treeWhereDsl.arrayInAnyOrder()Relax the ordering requirement for an array, everywhereWhereDsl.configuredBy(UnaryOperator<WhereDsl<A>> configurer) Add common configuration to the where dslPathDsl.isIgnored()Ignore everything at this pathPathDsl.keysInAnyOrder()Add aTreeRule.IGNORE_KEY_ORDERto the clauseWhereDsl.keysInAnyOrder()Relax the key ordering constraint for everywherePathDsl.keysInOrder()Add aTreeRule.REQUIRE_KEY_ORDERto the path - this can't be done inWhereDslas it is already the default so wouldn't mean anythingPathDsl.objectContains()Allow missing keys in objectsWhereDsl.objectContains()Allow missing keys in objectsMethods in uk.org.webcompere.modelassert.json.dsl.nodespecific.tree with parameters of type WhereDslModifier and TypeMethodDescriptionstatic <A> PathDsl<A>PathDsl.fromJsonPointer(WhereDsl<A> where, String jsonPointer) Create a path DSL from a JSON Pointer expression.Method parameters in uk.org.webcompere.modelassert.json.dsl.nodespecific.tree with type arguments of type WhereDslModifier and TypeMethodDescriptionWhereDsl.configuredBy(UnaryOperator<WhereDsl<A>> configurer) Add common configuration to the where dsl