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