- java.lang.Object
-
- io.ebean.config.ClassLoadConfig.ClassLoaderContext
-
- Enclosing class:
- ClassLoadConfig
protected static class ClassLoadConfig.ClassLoaderContext extends Object
Wraps the preferred, caller and context class loaders.
-
-
Field Summary
Fields Modifier and Type Field Description protected ClassLoadercallerLoaderprotected ClassLoadercontextLoaderprotected ClassLoaderpreferredLoaderOptional - if set only use this classLoader (no fallback).
-
-
-
Field Detail
-
preferredLoader
protected final ClassLoader preferredLoader
Optional - if set only use this classLoader (no fallback).
-
contextLoader
protected final ClassLoader contextLoader
-
callerLoader
protected final ClassLoader callerLoader
-
-