public class TypeHelper extends Object
| Constructor and Description |
|---|
TypeHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
createInstance(Class<T> type) |
static Class<?> |
findLoadedClass(String classname) |
static <T> Constructor<T> |
getDefaultConstructor(Class<T> type) |
public static final <T> T createInstance(Class<T> type)
public static <T> Constructor<T> getDefaultConstructor(Class<T> type)
Copyright © 2018. All rights reserved.