mat-attributes
Show all fields/attributes of a specific object.
mat-attributes address=ADDRESS FILE_PATH
- address=ADDRESS
- Hexadecimal address of the object (e.g., 0x4009aaa9488).
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| name | String | Field name | Name of the field. |
| type | String | Field type | Type of the field. e.g. int, long, java.lang.String, java.util.HashMap |
| value | String | Value | String representation of the field value. e.g. java.util.Date @ 0x400a93e5338 (2025-11-10 18:41:00.633+0900) |