public class ClassForNameProviderDefault extends Object implements ClassForNameProvider
Modifier and Type | Field and Description |
---|---|
static ClassForNameProviderDefault |
INSTANCE |
NAME
Modifier and Type | Method and Description |
---|---|
Class |
classForName(String className)
Lookup class name returning class.
|
public static final ClassForNameProviderDefault INSTANCE
public Class classForName(String className) throws ClassNotFoundException
ClassForNameProvider
classForName
in interface ClassForNameProvider
className
- to look upClassNotFoundException
- if the class cannot be found