Uses of Class
com.strobel.reflection.RuntimeTypeCache.CacheType
-
Packages that use RuntimeTypeCache.CacheType Package Description com.strobel.reflection -
-
Uses of RuntimeTypeCache.CacheType in com.strobel.reflection
Methods in com.strobel.reflection that return RuntimeTypeCache.CacheType Modifier and Type Method Description static RuntimeTypeCache.CacheType
RuntimeTypeCache.CacheType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RuntimeTypeCache.CacheType[]
RuntimeTypeCache.CacheType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.strobel.reflection with parameters of type RuntimeTypeCache.CacheType Modifier and Type Method Description (package private) MethodBase
RuntimeTypeCache.MemberInfoCache. addMethod(Type<?> declaringType, MethodBase method, RuntimeTypeCache.CacheType cacheType)
(package private) java.util.ArrayList<T>
RuntimeTypeCache.MemberInfoCache. getMemberList(MemberListType listType, java.lang.String name, RuntimeTypeCache.CacheType cacheType)
private java.util.ArrayList<T>
RuntimeTypeCache.MemberInfoCache. populate(java.lang.String name, MemberListType listType, RuntimeTypeCache.CacheType cacheType)
-