Uses of Class
io.github.classgraph.FieldInfo
Packages that use FieldInfo
-
Uses of FieldInfo in io.github.classgraph
Methods in io.github.classgraph that return FieldInfoModifier and TypeMethodDescriptionClassInfo.getDeclaredFieldInfo(String fieldName) Returns information on the named field declared by the class, but not by its superclasses.ClassInfo.getFieldInfo(String fieldName) Returns information on the named filed declared by this class, or by its superclasses.Methods in io.github.classgraph with parameters of type FieldInfoModifier and TypeMethodDescriptionbooleanWhether or not to allow anFieldInfolist item through the filter.intSort in order of class name then field name.Constructor parameters in io.github.classgraph with type arguments of type FieldInfoModifierConstructorDescriptionFieldInfoList(Collection<FieldInfo> fieldInfoCollection) Construct a new modifiable emptyFieldInfoList, given an initial list ofFieldInfoobjects.