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 TypeMethodDescriptionboolean
Whether or not to allow anFieldInfo
list item through the filter.int
Sort 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 ofFieldInfo
objects.