static class GenericTypeReflector.CaptureCacheKey
extends java.lang.Object
CaptureType
. Used for caching incomplete CaptureType
s
while recursively inspecting their structure. Necessary because CaptureType
can have
infinitely recursive structure.
Modifier and Type | Field and Description |
---|---|
(package private) CaptureType |
capture |
Constructor and Description |
---|
CaptureCacheKey(CaptureType capture) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
CaptureType capture
CaptureCacheKey(CaptureType capture)