Uses of Class
net.javacrumbs.jsonunit.core.ConfigurationWhen.PathsParam
| Package | Description |
|---|---|
| net.javacrumbs.jsonunit.core | |
| net.javacrumbs.jsonunit.core.internal.matchers |
-
Uses of ConfigurationWhen.PathsParam in net.javacrumbs.jsonunit.core
Methods in net.javacrumbs.jsonunit.core that return ConfigurationWhen.PathsParam Modifier and Type Method Description static ConfigurationWhen.PathsParamConfigurationWhen. path(String path)Adds path conditions.static ConfigurationWhen.PathsParamConfigurationWhen. paths(String... paths)static ConfigurationWhen.PathsParamConfigurationWhen. rootPath()Methods in net.javacrumbs.jsonunit.core with parameters of type ConfigurationWhen.PathsParam Modifier and Type Method Description @NotNull ConfigurationConfigurationWhen.ApplicableForPath. applyForPaths(@NotNull Configuration configuration, @NotNull ConfigurationWhen.PathsParam pathsParam)@NotNull ConfigurationConfiguration. when(@NotNull ConfigurationWhen.PathsParam object, @NotNull ConfigurationWhen.ApplicableForPath... actions)Defines general comparison options. -
Uses of ConfigurationWhen.PathsParam in net.javacrumbs.jsonunit.core.internal.matchers
Methods in net.javacrumbs.jsonunit.core.internal.matchers with parameters of type ConfigurationWhen.PathsParam Modifier and Type Method Description @NotNull InternalMatcherInternalMatcher. when(@NotNull ConfigurationWhen.PathsParam object, @NotNull ConfigurationWhen.ApplicableForPath... actions)Sets advanced/local options.