T - the type of the parsed objectpublic interface ComplexDataParser<T>
ComplexOutput comes hand in hand with a respective ComplexDataParser that is able to parse
the data extracted from the server to a meaningful Java object.ComplexData,
ComplexOutput| Modifier and Type | Method and Description |
|---|---|
T |
parse(ComplexData data)
Parse the data extracted from the server to a specific domain object.
|
T parse(ComplexData data)
data - the data to parseCopyright © 2025 lettuce.io. All rights reserved.