- java.lang.Object
-
- io.leangen.geantyref.GenericTypeReflector.CaptureCacheKey
-
- Enclosing class:
- GenericTypeReflector
static class GenericTypeReflector.CaptureCacheKey extends java.lang.ObjectA key representing aCaptureType. Used for caching incompleteCaptureTypes while recursively inspecting their structure. Necessary becauseCaptureTypecan have infinitely recursive structure.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) CaptureTypecapture
-
Constructor Summary
Constructors Constructor Description CaptureCacheKey(CaptureType capture)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Field Detail
-
capture
CaptureType capture
-
-
Constructor Detail
-
CaptureCacheKey
CaptureCacheKey(CaptureType capture)
-
-