类 TableStorageResultUnmarshaller

    • 构造器详细资料

      • TableStorageResultUnmarshaller

        public TableStorageResultUnmarshaller()
    • 方法详细资料

      • unmarshall

        public TableStorageResult unmarshall​(com.fasterxml.jackson.databind.JsonNode resultNode)
                                      throws Exception
        Unmarshal the result of JsonNode
        指定者:
        unmarshall 在接口中 Unmarshaller<TableStorageResult,​com.fasterxml.jackson.databind.JsonNode>
        参数:
        resultNode - result JsonNode which can be unmarshalled to TableStorageResult object.
        返回:
        The TableStorageResult object unmarshalled from resultNode.
        抛出:
        Exception