public interface ClassResolver
| Modifier and Type | Method and Description |
|---|---|
<T> Class<T> |
classForName(String className)
Locate a class by name.
|
<T> Class<T> classForName(String className)
T - The returned class type.className - The name of the class to locateClassLoadingException - Indicates the class could not be foundCopyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.