Class ReflectionUtils
- java.lang.Object
-
- de.quantummaid.eventmaid.internal.reflections.ReflectionUtils
-
public final class ReflectionUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ReflectionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Method>getAllPublicMethods(Class<?> useCaseClass, Collection<String> excludedMethods)
-
-
-
Method Detail
-
getAllPublicMethods
public static List<Method> getAllPublicMethods(Class<?> useCaseClass, Collection<String> excludedMethods)
-
-