| Package | Description |
|---|---|
| net.javacrumbs.jsonunit.core | |
| net.javacrumbs.jsonunit.core.internal |
| 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 |
|---|---|
Configuration |
Configuration.when(Option first,
Option... next)
Adds comparison options.
|
Configuration |
Configuration.when(Option first,
Option... next)
Adds comparison options.
|
Configuration |
Configuration.withOptions(Option first,
Option... next)
Adds comparison options.
|
Configuration |
Configuration.withOptions(Option first,
Option... next)
Adds comparison options.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2017. All Rights Reserved.