public interface ClassLoadingStrategy
Strategy interface to load a class from a fully qualified name.
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
classForName(String className) |
ClassLoader |
getClassLoader() |
Class<?> classForName(String className) throws ClassNotFoundException
ClassNotFoundExceptionClassLoader getClassLoader()
Copyright © 2018. All rights reserved.