public class ReflectionCache extends Object
| Modifier and Type | Field and Description |
|---|---|
static IReflectionCache |
instance |
| Constructor and Description |
|---|
ReflectionCache() |
| Modifier and Type | Method and Description |
|---|---|
static Type |
forName(String name) |
static Collection<Type> |
getKnownTypes() |
static Type |
getType(Class clazz) |
static Object |
newArray(Class componentType,
int size) |
public static IReflectionCache instance
public static Type forName(String name) throws ClassNotFoundException
ClassNotFoundExceptionpublic static Collection<Type> getKnownTypes()
Copyright © 2016. All rights reserved.