| Package | Description |
|---|---|
| xyz.luan.reflection.tclass |
| Modifier and Type | Class and Description |
|---|---|
class |
ListClass<T> |
class |
MapClass<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> TypedClass<T> |
TypedClass.create(Class<T> clazz) |
static TypedClass<?> |
TypedClass.create(Field f) |
TypedClass<?> |
ListClass.getComponent() |
TypedClass<?> |
MapClass.getKey() |
TypedClass<?> |
MapClass.getValue() |
| Modifier and Type | Method and Description |
|---|---|
List<TypedClass<?>> |
TypedClass.getGenericParameters(Class<?> targetClass,
int amount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TypedClass.isSubtypeOf(TypedClass<?> c) |
Copyright © 2021. All rights reserved.