| Package | Description |
|---|---|
| com.artemis.gwtref.client |
| Modifier and Type | Method and Description |
|---|---|
static Type |
ReflectionCache.forName(String name) |
Type |
IReflectionCache.forName(String name) |
Type |
Field.getElementType(int index) |
Type |
Field.getEnclosingType() |
Type |
Type.getSuperclass() |
Type |
Field.getType() |
static Type |
ReflectionCache.getType(Class clazz) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Type> |
ReflectionCache.getKnownTypes() |
Collection<Type> |
IReflectionCache.getKnownTypes() |
| Modifier and Type | Method and Description |
|---|---|
Object |
IReflectionCache.getArrayElement(Type type,
Object obj,
int i) |
int |
IReflectionCache.getArrayLength(Type type,
Object obj) |
boolean |
Type.isAssignableFrom(Type otherType) |
void |
IReflectionCache.setArrayElement(Type type,
Object obj,
int i,
Object value) |
Copyright © 2016. All rights reserved.