Uses of Class
net.javacrumbs.jsonunit.core.Option
-
Packages that use Option Package Description net.javacrumbs.jsonunit.core net.javacrumbs.jsonunit.core.internal net.javacrumbs.jsonunit.core.internal.matchers -
-
Uses of Option in net.javacrumbs.jsonunit.core
Methods in net.javacrumbs.jsonunit.core that return Option Modifier and Type Method Description static OptionOption. valueOf(String name)Returns the enum constant of this type with the specified name.static Option[]Option. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.javacrumbs.jsonunit.core with parameters of type Option Modifier and Type Method Description static ConfigurationWhen.ApplicableForPathConfigurationWhen. then(Option first, Option... next)Applies specified options to the object.static ConfigurationWhen.ApplicableForPathConfigurationWhen. thenNot(Option first, Option... next)Explicitly remove options from the objects.ConfigurationConfiguration. when(Option first, Option... next)Adds comparison options.ConfigurationConfiguration. withOptions(Option first, Option... next)Adds comparison options. -
Uses of Option in net.javacrumbs.jsonunit.core.internal
Methods in net.javacrumbs.jsonunit.core.internal that return types with arguments of type Option Modifier and Type Method Description Set<Option>PathOption. getOptions()Set<Option>Options. values()Methods in net.javacrumbs.jsonunit.core.internal with parameters of type Option Modifier and Type Method Description booleanOptions. contains(Option option)OptionsOptions. with(Option option, Option... otherOptions)OptionsOptions. without(Option option)Constructors in net.javacrumbs.jsonunit.core.internal with parameters of type Option Constructor Description Options(Option first, Option... rest)Constructor parameters in net.javacrumbs.jsonunit.core.internal with type arguments of type Option Constructor Description PathOption(List<String> paths, Set<Option> options, boolean included) -
Uses of Option in net.javacrumbs.jsonunit.core.internal.matchers
Methods in net.javacrumbs.jsonunit.core.internal.matchers with parameters of type Option Modifier and Type Method Description InternalMatcherInternalMatcher. withOptions(Option firstOption, Option... otherOptions)Sets options changing comparison behavior.
-