public class DeepSortAnalyzer extends Object
| Constructor and Description |
|---|
DeepSortAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPossibleSortkey(String value)
Adds the specified value that might be part of a key name used for sorting
arrays of JSON objects.
|
void |
analyze(DmuModule module) |
void |
analyze(DmuModule module,
String payloadName) |
public void addPossibleSortkey(String value)
value - the value to be added as a possibility.public void analyze(DmuModule module)
Copyright © 2023. All rights reserved.