Uses of Class
io.github.classgraph.MethodInfo
-
Uses of MethodInfo in io.github.classgraph
Methods in io.github.classgraph that return MethodInfoModifier and TypeMethodDescriptionMethodParameterInfo.getMethodInfo()
Get theMethodInfo
for the defining method.MethodInfoList.getSingleMethod
(String methodName) Returns a single method with the given name, or null if not found.Methods in io.github.classgraph with parameters of type MethodInfoModifier and TypeMethodDescriptionboolean
MethodInfoList.MethodInfoFilter.accept
(MethodInfo methodInfo) Whether or not to allow anMethodInfo
list item through the filter.int
MethodInfo.compareTo
(MethodInfo other) Sort in order of class name, method name, then type descriptor.Constructor parameters in io.github.classgraph with type arguments of type MethodInfoModifierConstructorDescriptionMethodInfoList
(Collection<MethodInfo> methodInfoCollection) Construct a new modifiable emptyMethodInfoList
, given an initial collection ofMethodInfo
objects.