public class TableStorageResultUnmarshaller extends Object implements Unmarshaller<TableStorageResult,com.fasterxml.jackson.databind.JsonNode>
| Constructor and Description |
|---|
TableStorageResultUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
TableStorageResult |
unmarshall(com.fasterxml.jackson.databind.JsonNode resultNode)
Unmarshal the result of JsonNode
|
public TableStorageResult unmarshall(com.fasterxml.jackson.databind.JsonNode resultNode) throws Exception
unmarshall in interface Unmarshaller<TableStorageResult,com.fasterxml.jackson.databind.JsonNode>resultNode - result JsonNode which can be unmarshalled to TableStorageResult object.ExceptionCopyright © 2021. All rights reserved.