Uses of Class
net.javacrumbs.jsonunit.core.ConfigurationWhen.PathsParam
Packages that use ConfigurationWhen.PathsParam
-
Uses of ConfigurationWhen.PathsParam in net.javacrumbs.jsonunit.core
Methods in net.javacrumbs.jsonunit.core that return ConfigurationWhen.PathsParamModifier and TypeMethodDescriptionstatic ConfigurationWhen.PathsParamAdds path conditions.static ConfigurationWhen.PathsParamstatic ConfigurationWhen.PathsParamConfigurationWhen.rootPath()Methods in net.javacrumbs.jsonunit.core with parameters of type ConfigurationWhen.PathsParamModifier and TypeMethodDescriptionConfigurationWhen.ApplicableForPath.applyForPaths(Configuration configuration, ConfigurationWhen.PathsParam pathsParam) final 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.PathsParamModifier and TypeMethodDescriptionInternalMatcher.when(ConfigurationWhen.PathsParam object, ConfigurationWhen.ApplicableForPath... actions) Sets advanced/local options.