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 TypeMethodDescription@NotNull ConfigurationConfigurationWhen.ApplicableForPath.applyForPaths(@NotNull Configuration configuration, @NotNull ConfigurationWhen.PathsParam pathsParam) final @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.PathsParamModifier and TypeMethodDescriptionfinal @NotNull InternalMatcherInternalMatcher.when(@NotNull ConfigurationWhen.PathsParam object, @NotNull ConfigurationWhen.ApplicableForPath... actions) Sets advanced/local options.