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._reflectedTypeCache
private final RuntimeTypeCache
<?> RuntimeFieldInfo._reflectedTypeCache
private final RuntimeTypeCache
<?> RuntimeMethodInfo._reflectedTypeCache
private final RuntimeTypeCache
<?> RuntimeTypeCache.MemberInfoCache._typeCache
Methods in com.strobel.reflection that return RuntimeTypeCacheConstructors in com.strobel.reflection with parameters of type RuntimeTypeCacheModifierConstructorDescriptionprivate
MemberInfoCache
(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)