public class ReflectionUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
getObjectInstance(String className)
Returns an arbitrary object instance based on a class name.
|
public static <T> T getObjectInstance(String className)
className - The name of a desired class to instantiate.Copyright © 2012. All Rights Reserved.