Uses of Class
io.github.classgraph.FieldInfo
-
Packages that use FieldInfo Package Description io.github.classgraph -
-
Uses of FieldInfo in io.github.classgraph
Methods in io.github.classgraph that return FieldInfo Modifier and Type Method Description FieldInfoClassInfo. getDeclaredFieldInfo(java.lang.String fieldName)Returns information on the named field declared by the class, but not by its superclasses.FieldInfoClassInfo. getFieldInfo(java.lang.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 FieldInfo Modifier and Type Method Description booleanFieldInfoList.FieldInfoFilter. accept(FieldInfo fieldInfo)Whether or not to allow anFieldInfolist item through the filter.intFieldInfo. compareTo(FieldInfo other)Sort in order of class name then field name.Constructor parameters in io.github.classgraph with type arguments of type FieldInfo Constructor Description FieldInfoList(java.util.Collection<FieldInfo> fieldInfoCollection)Construct a new modifiable emptyFieldInfoList, given an initial list ofFieldInfoobjects.
-