JsonSnapshot |
JsonSnapshot.configure(Consumer<com.fasterxml.jackson.databind.ObjectMapper> c) |
Configure the underlying ObjectMapper by passing in a Consumer.
|
static JsonSnapshot |
JsonSnapshot.json() |
Creates an instance using a default ObjectMapper with sensible defaults.
|
static JsonSnapshot |
JsonSnapshot.json(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Creates an instance using the explicitly provided ObjectMapper.
|
JsonSnapshot |
JsonSnapshot.withComparator(org.skyscreamer.jsonassert.comparator.JSONComparator jsonComparator) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
JsonSnapshot |
JsonSnapshot.withCompareMode(CompareMode compareMode) |
Sets the mode for comparing two json strings.
|
JsonSnapshot |
JsonSnapshot.withComparisonRules(Consumer<ComparisonRuleBuilder> rules) |
Allows to specify extra comparison rules that are applied to certain paths within
the json snapshots.
|
static JsonSnapshot |
JsonSnapshot.withDefaultObjectMapper() |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static JsonSnapshot |
JsonSnapshot.withObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Deprecated, for removal: This API element is subject to removal in a future version.
|