Uses of Class
com.strobel.reflection.RuntimeTypeCache
Packages that use RuntimeTypeCache
-
Uses of RuntimeTypeCache in com.strobel.reflection
Fields in com.strobel.reflection declared as RuntimeTypeCacheModifier and TypeFieldDescriptionprivate RuntimeTypeCache<T> Type._cache/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////private final RuntimeTypeCache<?> RuntimeConstructorInfo._reflectedTypeCacheprivate final RuntimeTypeCache<?> RuntimeFieldInfo._reflectedTypeCacheprivate final RuntimeTypeCache<?> RuntimeMethodInfo._reflectedTypeCacheprivate final RuntimeTypeCache<?> RuntimeTypeCache.MemberInfoCache._typeCacheMethods in com.strobel.reflection that return RuntimeTypeCacheConstructors in com.strobel.reflection with parameters of type RuntimeTypeCacheModifierConstructorDescriptionprivateMemberInfoCache(RuntimeTypeCache<?> typeCache) (package private)RuntimeConstructorInfo(Constructor<?> rawConstructor, RuntimeTypeCache<?> reflectedTypeCache, int modifiers, Set<BindingFlags> bindingFlags, ParameterList parameters) (package private)RuntimeFieldInfo(Field rawField, Type<?> declaringType, RuntimeTypeCache<?> reflectedTypeCache, int modifiers, Set<BindingFlags> bindingFlags, Type<?> fieldType) (package private)RuntimeMethodInfo(MethodInfo baseMethod, Method rawMethod, Type<?> declaringType, RuntimeTypeCache<?> reflectedTypeCache, int modifiers, Set<BindingFlags> bindingFlags, ParameterList parameters, Type<?> returnType, TypeList thrownTypes, TypeBindings typeBindings)