Uses of Enum Class
net.javacrumbs.jsonunit.core.Option
Packages that use Option
Package
Description
-
Uses of Option in net.javacrumbs.jsonunit.core
Subclasses with type arguments of type Option in net.javacrumbs.jsonunit.coreMethods 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.Adds comparison options.Configuration.withOptions(Option first, Option... next) Adds comparison options.Method parameters in net.javacrumbs.jsonunit.core with type arguments of type OptionModifier and TypeMethodDescriptionConfiguration.withOptions(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 TypeMethodDescriptionInternalMatcher.withOptions(Option firstOption, Option... otherOptions) Sets options changing comparison behavior.