| Modifier and Type | Method | Description |
|---|---|---|
static DiffFlags |
DiffFlags.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DiffFlags[] |
DiffFlags.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static EnumSet<DiffFlags> |
DiffFlags.defaults() |
|
static EnumSet<DiffFlags> |
DiffFlags.dontNormalizeOpIntoMoveAndCopy() |
| Modifier and Type | Method | Description |
|---|---|---|
static com.fasterxml.jackson.databind.JsonNode |
JsonDiff.asJson(com.fasterxml.jackson.databind.JsonNode source,
com.fasterxml.jackson.databind.JsonNode target,
EnumSet<DiffFlags> flags) |
Copyright © 2022. All rights reserved.