Class ReflectionDriver.ClassMemberCache
- java.lang.Object
-
- nonapi.io.github.classgraph.reflection.ReflectionDriver.ClassMemberCache
-
- Enclosing class:
- ReflectionDriver
public class ReflectionDriver.ClassMemberCache extends java.lang.ObjectCaches class members.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.String,java.lang.reflect.Field>fieldNameToFieldprivate java.util.Map<java.lang.String,java.util.List<java.lang.reflect.Method>>methodNameToMethods
-
Constructor Summary
Constructors Modifier Constructor Description privateClassMemberCache(java.lang.Class<?> cls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidcacheField(java.lang.reflect.Field field)private voidcacheMethod(java.lang.reflect.Method method)
-