Curl Global Community

Full Version: HashTable の中身を出力したい
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
デバッグする際に、HashTable の中の値などをCurlのコンソールに出力してくれるユーティリティなどはないでしょうか。
value がHashMap になっていても再帰的に呼び出して、インデントした上で出力されるとなおうれしいです。

さらに、Record や、DTO などもリフレクションなどを使って フィールド名:value で出力されてくれれば最高です。


一部、Curl 拡張ライブラリのHashTableやRecordSetなどのユーティリティを利用すればできます。


http://developers.curlap.com/re-referenc...lib05.html

https://sourceforge.net/projects/curlib/


お試しください。