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