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