public final class ClassLoaderUtils extends Object
Utility class for obtaining a correct classloader on which to operate from a specific class.
Modifier and Type | Method and Description |
---|---|
static ClassLoader |
getClassLoader(Class<?> clazz)
Try to obtain a classloader, following these priorities:
|
public static ClassLoader getClassLoader(Class<?> clazz)
Try to obtain a classloader, following these priorities:
clazz
- the class which loader will be obtained in the second step. Can be null (that will
skip that second step).Copyright © 2016 The THYMELEAF team. All rights reserved.