public class ReflectionsUtil extends Object
Modifier and Type | Method and Description |
---|---|
static <T> Set<Class<? extends T>> |
scanSubClasses(String packageName,
Class<T> targetClass) |
static <T> Set<Class<? extends T>> |
scanSubClasses(String packageName,
Class<T> targetClass,
boolean includingInterface,
boolean includingAbstractClass) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.