Uses of Class
net.javacrumbs.jsonunit.core.ConfigurationWhen.PathsParam
-
Packages that use 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 ConfigurationConfigurationWhen.ApplicableForPath. applyForPaths(Configuration configuration, ConfigurationWhen.PathsParam pathsParam)ConfigurationConfiguration. when(ConfigurationWhen.PathsParam object, 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 <T> InternalMatcherInternalMatcher. when(ConfigurationWhen.PathsParam object, ConfigurationWhen.ApplicableForPath... actions)Sets advanced/local options.
-