Libraryless. Click here for Pure Java version (2516L/16K).
1 | sO getProxiedObject(O proxy) {
|
2 | InvocationHandler ih = getInvocationHandler(proxy); |
3 | if (ih cast proxy_InvocationHandler) |
4 | ret ih.target; |
5 | null; |
6 | } |
Began life as a copy of #1003492
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1029854 |
| Snippet name: | getProxiedObject - find target object for a proxy made with proxy() |
| Eternal ID of this version: | #1029854/1 |
| Text MD5: | 22f0eb8d080154b594da693c1bcaa6ee |
| Transpilation MD5: | ad531622dfaa33290a9f7959c9898343 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-09-23 11:25:28 |
| Source code size: | 157 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 392 / 523 |
| Referenced in: | [show references] |