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