- java.lang.Object
-
- io.leangen.geantyref.GenericTypeReflector.CaptureCacheKey
-
- Enclosing class:
- GenericTypeReflector
static class GenericTypeReflector.CaptureCacheKey extends java.lang.Object
A key representing aCaptureType
. Used for caching incompleteCaptureType
s while recursively inspecting their structure. Necessary becauseCaptureType
can have infinitely recursive structure.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) CaptureType
capture
-
Constructor Summary
Constructors Constructor Description CaptureCacheKey(CaptureType capture)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Field Detail
-
capture
CaptureType capture
-
-
Constructor Detail
-
CaptureCacheKey
CaptureCacheKey(CaptureType capture)
-
-