public final class ReflectionUtil extends Object
Modifier and Type | Method and Description |
---|---|
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 © 2020. All rights reserved.