| Package | Description |
|---|---|
| net.javacrumbs.jsonunit.core | |
| net.javacrumbs.jsonunit.core.internal | |
| net.javacrumbs.jsonunit.core.internal.matchers |
| Modifier and Type | Method and Description |
|---|---|
static Option |
Option.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.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationWhen.ApplicableForPath |
ConfigurationWhen.then(Option first,
Option... next)
Applies specified options to the object.
|
static ConfigurationWhen.ApplicableForPath |
ConfigurationWhen.then(Option first,
Option... next)
Applies specified options to the object.
|
static ConfigurationWhen.ApplicableForPath |
ConfigurationWhen.thenNot(Option first,
Option... next)
Explicitly remove options from the objects.
|
static ConfigurationWhen.ApplicableForPath |
ConfigurationWhen.thenNot(Option first,
Option... next)
Explicitly remove options from the objects.
|
@NotNull Configuration |
Configuration.when(@NotNull Option first,
Option... next)
Adds comparison options.
|
@NotNull Configuration |
Configuration.when(@NotNull Option first,
Option... next)
Adds comparison options.
|
@NotNull Configuration |
Configuration.withOptions(@NotNull Option first,
Option... next)
Adds comparison options.
|
@NotNull Configuration |
Configuration.withOptions(@NotNull Option first,
Option... next)
Adds comparison options.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Option> |
PathOption.getOptions() |
Set<Option> |
Options.values() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Options.contains(Option option) |
Options |
Options.with(Option option,
Option... otherOptions) |
Options |
Options.with(Option option,
Option... otherOptions) |
Options |
Options.without(Option option) |
| Constructor and Description |
|---|
Options(Option first,
Option... rest) |
Options(Option first,
Option... rest) |
| Constructor and Description |
|---|
PathOption(List<String> paths,
Set<Option> options,
boolean included) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull InternalMatcher |
InternalMatcher.withOptions(@NotNull Option firstOption,
Option... otherOptions)
Sets options changing comparison behavior.
|
@NotNull InternalMatcher |
InternalMatcher.withOptions(@NotNull Option firstOption,
Option... otherOptions)
Sets options changing comparison behavior.
|
Copyright © 2020. All rights reserved.