@Deprecated public class MessageMissingAgitator extends Object implements YamlAgitator
| Constructor and Description |
|---|
MessageMissingAgitator(int limit)
Deprecated.
Constructs a new MessageMissingAgitator with the specified limit on missing messages.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
generateInputs(String yaml)
Deprecated.
Generates a map of altered YAML inputs based on the provided YAML string.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitduplicateMessage, duplicateMessage, messageMissing, messageMissing, missingFields, overrideFields, replaceAllpublic MessageMissingAgitator(int limit)
limit - The maximum number of messages that can be omitted from the original YAML content.public Map<String,String> generateInputs(String yaml)
YamlAgitatorgenerateInputs in interface YamlAgitatoryaml - The original YAML content to be agitated.Copyright © 2024. All rights reserved.