public abstract class

LazyReflectiveObjectGenerator

extends Object
java.lang.Object
   ↳ sun.reflect.generics.reflectiveObjects.LazyReflectiveObjectGenerator
Known Direct Subclasses

Class Overview

Common infrastructure for things that lazily generate reflective generics objects.

In all these cases, one needs produce a visitor that will, on demand, traverse the stored AST(s) and reify them into reflective objects. The visitor needs to be initialized with a factory, which will be provided when the instance is initialized. The factory should be cached.

Summary

Protected Constructors
LazyReflectiveObjectGenerator(GenericsFactory f)
Protected Methods
Reifier getReifier()
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected LazyReflectiveObjectGenerator (GenericsFactory f)

Protected Methods

protected Reifier getReifier ()