public interface ClassLoadingStrategy
Strategy interface to load a class from a fully qualified name.
Modifier and Type | Method and Description |
---|---|
Class<?> |
classForName(String className) |
Class<?> classForName(String className) throws ClassNotFoundException
ClassNotFoundException