Uses of Enum Class
net.javacrumbs.jsonunit.core.Option
Packages that use Option
Package
Description
-
Uses of Option in net.javacrumbs.jsonunit.core
Methods in net.javacrumbs.jsonunit.core that return OptionModifier and TypeMethodDescriptionstatic OptionReturns the enum constant of this class with the specified name.static Option[]Option.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.javacrumbs.jsonunit.core that return types with arguments of type OptionMethods in net.javacrumbs.jsonunit.core with parameters of type OptionModifier and TypeMethodDescriptionApplies specified options to the object.Explicitly remove options from the objects.@NotNull ConfigurationAdds comparison options.@NotNull ConfigurationConfiguration.withOptions(@NotNull Option first, @NotNull Option... next) Adds comparison options.Method parameters in net.javacrumbs.jsonunit.core with type arguments of type OptionModifier and TypeMethodDescription@NotNull ConfigurationConfiguration.withOptions(@NotNull Collection<Option> optionsToAdd) 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 OptionConstructor parameters in net.javacrumbs.jsonunit.core.internal with type arguments of type OptionModifierConstructorDescriptionPathOption(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 OptionModifier and TypeMethodDescription@NotNull InternalMatcherInternalMatcher.withOptions(@NotNull Option firstOption, @NotNull Option... otherOptions) Sets options changing comparison behavior.