public class ReflectionSupport extends Object
Constructor and Description |
---|
ReflectionSupport() |
Modifier and Type | Method and Description |
---|---|
static Class<?> |
classForName(String className)
Answer the class with the given name, or throw a NotFoundException
if there's no such class.
|
static <T> T |
newInstanceOf(Class<T> c)
Answer a new instance of the given class.
|
Copyright © 2014. All Rights Reserved.