- java.lang.Object
-
- io.leangen.geantyref.TypeVisitor.AnnotatedCaptureCacheKey
-
- Enclosing class:
- TypeVisitor
private static class TypeVisitor.AnnotatedCaptureCacheKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) AnnotatedCaptureType
capture
(package private) CaptureType
raw
-
Constructor Summary
Constructors Constructor Description AnnotatedCaptureCacheKey(AnnotatedCaptureType 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
AnnotatedCaptureType capture
-
raw
CaptureType raw
-
-
Constructor Detail
-
AnnotatedCaptureCacheKey
AnnotatedCaptureCacheKey(AnnotatedCaptureType capture)
-
-