ReflectUtils

public class ReflectUtils(source)

Utility functions for reflections.

Author

Ruben Deisenroth

Constructors

Link copied to clipboard
public void ReflectUtils()

Functions

Link copied to clipboard
public static Array<Class<? extends Object>> getClasses(String packageName)
Scans all classes accessible from the context class loader which belong to the given package.
public static Array<Class<? extends Object>> getClasses(String packageName, boolean recursive)
Scans all classes accessible from the context class loader which belong to the given package and optionally subpackages.
Link copied to clipboard
public static Array<Class<? extends Object>> getClassesRecursive(String packageName)
Scans all classes accessible from the context class loader which belong to the given package and all subpackages.