Uses of Class
net.javacrumbs.jsonunit.core.Option
-
Packages that use Option Package Description net.javacrumbs.jsonunit.core net.javacrumbs.jsonunit.core.internal -
-
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 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>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)
-