| Package | Description |
|---|---|
| io.github.portlek.reflection |
the package that contains all interface classes.
|
| io.github.portlek.reflection.clazz |
the package that contains
RefClass implementations. |
| Modifier and Type | Method and Description |
|---|---|
<X> @NotNull Optional<RefField> |
RefClass.getField(@NotNull RefClass<X> type)
gets field by type.
|
<X> @NotNull Optional<RefMethod> |
RefClass.getMethodByReturnType(@NotNull RefClass<X> type)
gets method by return value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassOf<T>
an implementation for
RefClass. |
| Modifier and Type | Method and Description |
|---|---|
<X> @NotNull Optional<RefField> |
ClassOf.getField(@NotNull RefClass<X> type) |
<X> @NotNull Optional<RefMethod> |
ClassOf.getMethodByReturnType(@NotNull RefClass<X> type) |
Copyright © 2021. All rights reserved.