Libraryless. Click here for Pure Java version (30L/1K).
1 | static InvocationHandler getInvocationHandler(O o) { |
2 | ret o != null && java.lang.reflect.Proxy.isProxyClass(o.getClass()) |
3 | ? java.lang.reflect.Proxy.getInvocationHandler(o) |
4 | : null; |
5 | } |
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1029852 |
Snippet name: | getInvocationHandler |
Eternal ID of this version: | #1029852/1 |
Text MD5: | 7b8ee8084481e7fd11d2b532b974efaa |
Transpilation MD5: | ef5ccb43da97bd25eae289278e2ea584 |
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:23:46 |
Source code size: | 194 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 176 / 268 |
Referenced in: | [show references] |