public final class TopKListValueParser extends Object implements ComplexDataParser<List<TopKListValue>>
| Modifier and Type | Field and Description |
|---|---|
static TopKListValueParser |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
List<TopKListValue> |
parse(ComplexData data)
Parse the data extracted from the server to a specific domain object.
|
public static final TopKListValueParser INSTANCE
public List<TopKListValue> parse(ComplexData data)
ComplexDataParserparse in interface ComplexDataParser<List<TopKListValue>>data - the data to parseCopyright © 2026 lettuce.io. All rights reserved.