Uses of Class
com.strobel.reflection.TypeBinder.CacheEntry
-
Packages that use TypeBinder.CacheEntry Package Description com.strobel.reflection -
-
Uses of TypeBinder.CacheEntry in com.strobel.reflection
Fields in com.strobel.reflection with type parameters of type TypeBinder.CacheEntry Modifier and Type Field Description private static java.lang.ThreadLocal<java.util.Map<TypeBinder.CacheEntry,TypeBinder.CacheEntry>>
TypeBinder. CACHE
private static java.lang.ThreadLocal<java.util.Map<TypeBinder.CacheEntry,TypeBinder.CacheEntry>>
TypeBinder. CACHE
Methods in com.strobel.reflection that return types with arguments of type TypeBinder.CacheEntry Modifier and Type Method Description private static java.util.Map<TypeBinder.CacheEntry,TypeBinder.CacheEntry>
TypeBinder. cache()
private static java.util.Map<TypeBinder.CacheEntry,TypeBinder.CacheEntry>
TypeBinder. cache()
-