Uses of Interface
net.javacrumbs.jsonunit.core.ConfigurationWhen.ApplicableForPath
| Package | Description |
|---|---|
| net.javacrumbs.jsonunit.core | |
| net.javacrumbs.jsonunit.core.internal.matchers |
-
Uses of ConfigurationWhen.ApplicableForPath in net.javacrumbs.jsonunit.core
Methods in net.javacrumbs.jsonunit.core that return ConfigurationWhen.ApplicableForPath Modifier and Type Method Description static ConfigurationWhen.ApplicableForPathConfigurationWhen. then(Option first, Option... next)Applies specified options to the object.static ConfigurationWhen.ApplicableForPathConfigurationWhen. thenIgnore()Marks that the object should be ignored.static ConfigurationWhen.ApplicableForPathConfigurationWhen. thenNot(Option first, Option... next)Explicitly remove options from the objects.Methods in net.javacrumbs.jsonunit.core with parameters of type ConfigurationWhen.ApplicableForPath Modifier and Type Method Description @NotNull ConfigurationConfiguration. when(@NotNull ConfigurationWhen.PathsParam object, @NotNull ConfigurationWhen.ApplicableForPath... actions)Defines general comparison options. -
Uses of ConfigurationWhen.ApplicableForPath in net.javacrumbs.jsonunit.core.internal.matchers
Methods in net.javacrumbs.jsonunit.core.internal.matchers with parameters of type ConfigurationWhen.ApplicableForPath Modifier and Type Method Description @NotNull InternalMatcherInternalMatcher. when(@NotNull ConfigurationWhen.PathsParam object, @NotNull ConfigurationWhen.ApplicableForPath... actions)Sets advanced/local options.