Class GenericTypeReflector.CaptureCacheKey

java.lang.Object
io.leangen.geantyref.GenericTypeReflector.CaptureCacheKey
Enclosing class:
GenericTypeReflector

static class GenericTypeReflector.CaptureCacheKey extends Object
A key representing a CaptureType. Used for caching incomplete CaptureTypes while recursively inspecting their structure. Necessary because CaptureType can have infinitely recursive structure.

See GenericTypeReflector.annotate(Type, boolean, Map)

  • Field Details

  • Constructor Details

    • CaptureCacheKey

      CaptureCacheKey(CaptureType capture)
  • Method Details