Uses of Class
nonapi.io.github.classgraph.json.ClassFields
Packages that use ClassFields
-
Uses of ClassFields in nonapi.io.github.classgraph.json
Fields in nonapi.io.github.classgraph.json with type parameters of type ClassFieldsModifier and TypeFieldDescriptionprivate final Map
<Class<?>, ClassFields> ClassFieldCache.classToClassFields
The map from class ref to class fields.Methods in nonapi.io.github.classgraph.json that return ClassFieldsModifier and TypeMethodDescription(package private) ClassFields
For a given resolved type, find the visible and accessible fields, resolve the types of any generically typed fields, and return the resolved fields.