| Package | Description |
|---|---|
| io.github.portlek.reflection |
the package that contains all interface classes.
|
| io.github.portlek.reflection.clazz |
the package that contains
RefClass implementations. |
| io.github.portlek.reflection.constructor |
the package that contains
RefConstructed implementations. |
| io.github.portlek.reflection.field |
the package that contains
RefField implementations. |
| io.github.portlek.reflection.method |
the package that contains
RefMethod implementations. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RefClass<T>
an interface to determine
Class. |
interface |
RefConstructed<T>
an interface to determine
Constructor. |
interface |
RefField
an interface to determine
Field. |
interface |
RefMethod
an interface to determine
Method. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassOf<T>
an implementation for
RefClass. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorOf<T>
an implementation for
RefConstructed. |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldOf
an implementation for
RefField. |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodOf
an implementation for
RefMethod. |
Copyright © 2021. All rights reserved.