public class X_Reflect extends Object
| Modifier and Type | Field and Description |
|---|---|
static javax.inject.Provider<ReflectionService> |
singleton |
| Modifier and Type | Method and Description |
|---|---|
static Package |
getPackage(Class<?> classLit)
This is an unfortunate workaround for gwt-dev mode's isolated
classloader not returning packages.
|
static Package |
getPackage(String parentName,
ClassLoader cl) |
static <T> Class<T> |
magicClass(Class<T> cls)
In order to selectively enable full class support in gwt,
we need to be able to see the class literal in the generator.
|
static <T> T[] |
newArray(Class<T> classLit,
int length) |
public static final javax.inject.Provider<ReflectionService> singleton
public static <T> T[] newArray(Class<T> classLit, int length)
public static Package getPackage(Class<?> classLit)
classLit - public static <T> Class<T> magicClass(Class<T> cls)
cls - public static Package getPackage(String parentName, ClassLoader cl)
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.