BetterReflectionUtils.getTypes(Object...)BetterReflectionUtils.getTypes(Map, Object...)BetterReflectionUtils.getClassesInPackage(String) to find all the
classes in the specified package, it will then return a list of all the
classes that start with beginning
For example:
getClassesFromNameBeginning("me.wavelength.betterreflection", "BetterReflection")
Will return a list with the following classes: [ "BetterReflection", "BetterReflectionClass", "BetterReflectionUtils" ]Copyright © 2024. All rights reserved.