Uses of Class
com.strobel.reflection.RuntimeTypeCache
-
Packages that use RuntimeTypeCache Package Description com.strobel.reflection -
-
Uses of RuntimeTypeCache in com.strobel.reflection
Fields in com.strobel.reflection declared as RuntimeTypeCache Modifier and Type Field Description private RuntimeTypeCache<T>
Type. _cache
private RuntimeTypeCache<?>
RuntimeConstructorInfo. _reflectedTypeCache
private RuntimeTypeCache<?>
RuntimeFieldInfo. _reflectedTypeCache
private RuntimeTypeCache<?>
RuntimeMethodInfo. _reflectedTypeCache
private RuntimeTypeCache<?>
RuntimeTypeCache.MemberInfoCache. _typeCache
Methods in com.strobel.reflection that return RuntimeTypeCache Modifier and Type Method Description (package private) RuntimeTypeCache<T>
Type. getCache()
Constructors in com.strobel.reflection with parameters of type RuntimeTypeCache Constructor Description MemberInfoCache(RuntimeTypeCache<?> typeCache)
RuntimeConstructorInfo(java.lang.reflect.Constructor<?> rawConstructor, RuntimeTypeCache<?> reflectedTypeCache, int modifiers, java.util.Set<BindingFlags> bindingFlags, ParameterList parameters)
RuntimeFieldInfo(java.lang.reflect.Field rawField, Type<?> declaringType, RuntimeTypeCache<?> reflectedTypeCache, int modifiers, java.util.Set<BindingFlags> bindingFlags, Type<?> fieldType)
RuntimeMethodInfo(MethodInfo baseMethod, java.lang.reflect.Method rawMethod, Type<?> declaringType, RuntimeTypeCache<?> reflectedTypeCache, int modifiers, java.util.Set<BindingFlags> bindingFlags, ParameterList parameters, Type<?> returnType, TypeList thrownTypes, TypeBindings typeBindings)
-