- All Known Implementing Classes:
- DefaultClassLoaderResolver
public interface FrameClassLoaderResolver
This allows the user to provide a custom ClassLoaderResolver. In some
cases, the user may wish for a type to be framed with a non-default
classloader (for example, if supplementary types from a TypeResolver
need to be loaded from some other classloader).
This resolution system allows the user to provide their own custom classloader
resolver.
Instances of this class should be threadsafe.
- Author:
- Jess Sightler