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) TypeBindings
bindings
(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 boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
bindings
@NotNull final TypeBindings bindings
-
-
Constructor Detail
-
CacheEntry
CacheEntry(@NotNull TypeBindings bindings, @NotNull Type<?> type)
-
-