Remove all native mappings for the calling class. Should only be called if the class is no longer referenced and about to be garbage collected.
()
| 1675 | to be garbage collected. |
| 1676 | */ |
| 1677 | public static void unregister() { |
| 1678 | unregister(findDirectMappedClass(getCallingClass())); |
| 1679 | } |
| 1680 | |
| 1681 | /** Remove all native mappings for the given class. |
| 1682 | Should only be called if the class is no longer referenced and about |