Uses of Interface
net.javacrumbs.jsonunit.core.ConfigurationWhen.ApplicableForPath
-
Packages that use ConfigurationWhen.ApplicableForPath Package Description net.javacrumbs.jsonunit.core net.javacrumbs.jsonunit.core.internal.matchers -
-
Uses of ConfigurationWhen.ApplicableForPath in net.javacrumbs.jsonunit.core
Methods in net.javacrumbs.jsonunit.core that return ConfigurationWhen.ApplicableForPath Modifier and Type Method Description static ConfigurationWhen.ApplicableForPathConfigurationWhen. then(Option first, Option... next)Applies specified options to the object.static ConfigurationWhen.ApplicableForPathConfigurationWhen. thenIgnore()Marks that the object should be ignored.static ConfigurationWhen.ApplicableForPathConfigurationWhen. thenNot(Option first, Option... next)Explicitly remove options from the objects.Methods in net.javacrumbs.jsonunit.core with parameters of type ConfigurationWhen.ApplicableForPath Modifier and Type Method Description ConfigurationConfiguration. when(ConfigurationWhen.PathsParam object, 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.ApplicableForPath Modifier and Type Method Description <T> InternalMatcherInternalMatcher. when(ConfigurationWhen.PathsParam object, ConfigurationWhen.ApplicableForPath... actions)Sets advanced/local options.
-