Uses of Class
nonapi.io.github.classgraph.json.ClassFields
-
Packages that use ClassFields Package Description nonapi.io.github.classgraph.json -
-
Uses of ClassFields in nonapi.io.github.classgraph.json
Fields in nonapi.io.github.classgraph.json with type parameters of type ClassFields Modifier and Type Field Description private java.util.Map<java.lang.Class<?>,ClassFields>
ClassFieldCache. classToClassFields
The map from class ref to class fields.Methods in nonapi.io.github.classgraph.json that return ClassFields Modifier and Type Method Description (package private) ClassFields
ClassFieldCache. get(java.lang.Class<?> cls)
For a given resolved type, find the visible and accessible fields, resolve the types of any generically typed fields, and return the resolved fields.
-