Uses of Interface
net.javacrumbs.jsonunit.core.ConfigurationWhen.ApplicableForPath
Packages that use ConfigurationWhen.ApplicableForPath
-
Uses of ConfigurationWhen.ApplicableForPath in net.javacrumbs.jsonunit.core
Methods in net.javacrumbs.jsonunit.core that return ConfigurationWhen.ApplicableForPathModifier and TypeMethodDescriptionApplies specified options to the object.ConfigurationWhen.thenIgnore()Marks that the object should be ignored.Explicitly remove options from the objects.Methods in net.javacrumbs.jsonunit.core with parameters of type ConfigurationWhen.ApplicableForPathModifier and TypeMethodDescriptionfinal @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.ApplicableForPathModifier and TypeMethodDescriptionfinal @NotNull InternalMatcherInternalMatcher.when(@NotNull ConfigurationWhen.PathsParam object, @NotNull ConfigurationWhen.ApplicableForPath... actions) Sets advanced/local options.