Currently there is only simple way to access classloader ``` Thread.currentThread().getContextClassLoader() ``` In OSGI env this simply does not work :( Same as https://jira.codehaus.org/browse/JACKSON-350