| Package | Description |
|---|---|
| net.javacrumbs.jsonunit.core | |
| net.javacrumbs.jsonunit.core.internal.matchers |
| 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.thenIgnore()
Marks that the object should be ignored.
|
static ConfigurationWhen.ApplicableForPath |
ConfigurationWhen.thenNot(Option first,
Option... next)
Explicitly remove options from the objects.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull Configuration |
Configuration.when(@NotNull ConfigurationWhen.PathsParam object,
ConfigurationWhen.ApplicableForPath... actions)
Defines general comparison options.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull InternalMatcher |
InternalMatcher.when(@NotNull ConfigurationWhen.PathsParam object,
ConfigurationWhen.ApplicableForPath... actions)
Sets advanced/local options.
|
Copyright © 2020. All rights reserved.