public final class ReflectionUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static @NotNull String |
generatedPackageName(String classFullName) |
static List<Class<?>> |
interfaces(@NotNull Class<?> oClass)
Creates and returns a new List of all interfaces implemented by
the provided
oClass and all its super classes. |
Copyright © 2023. All rights reserved.