Uses of Enum
io.github.classgraph.ClassInfo.ClassType
Packages that use ClassInfo.ClassType
-
Uses of ClassInfo.ClassType in io.github.classgraph
Methods in io.github.classgraph that return ClassInfo.ClassTypeModifier and TypeMethodDescriptionstatic ClassInfo.ClassType
Returns the enum constant of this type with the specified name.static ClassInfo.ClassType[]
ClassInfo.ClassType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.classgraph with parameters of type ClassInfo.ClassTypeModifier and TypeMethodDescriptionClassInfo.filterClassInfo
(ClassInfo.RelType relType, boolean strictAccept, ClassInfo.ClassType... classTypes) Get the classes related to this one (the transitive closure) for the given relationship type, and those directly related.ClassInfo.filterClassInfo
(Collection<ClassInfo> classes, ScanSpec scanSpec, boolean strictAccept, ClassInfo.ClassType... classTypes) Filter classes according to scan spec and class type.