public final class ReflectionUtil extends Object
Note: This class is not intended for instantiation.
| Modifier and Type | Method and Description |
|---|---|
static @NotNull String |
generatedPackageName(String classFullName)
Generates a package name based on a given class full name.
|
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. |
public static List<Class<?>> interfaces(@NotNull @NotNull Class<?> oClass)
oClass and all its super classes.oClass - The class to inspect.@NotNull public static @NotNull String generatedPackageName(String classFullName)
PREPEND_PACKAGE flag is set, the generated package name
will be prefixed with PACKAGE_PREFIX.classFullName - The full name of the class.Copyright © 2024. All rights reserved.