Package com.strobel.reflection
Class TypeBinder.CacheEntry
- java.lang.Object
-
- com.strobel.reflection.TypeBinder.CacheEntry
-
- Enclosing class:
- TypeBinder
private static final class TypeBinder.CacheEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) TypeBindingsbindings(package private) Type<?>type
-
Constructor Summary
Constructors Constructor Description CacheEntry(TypeBindings bindings, Type<?> type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
bindings
@NotNull final TypeBindings bindings
-
-
Constructor Detail
-
CacheEntry
CacheEntry(@NotNull TypeBindings bindings, @NotNull Type<?> type)
-
-