Top Classes
module java.base

Package sun.reflect.generics.repository


Class Summary

Modifier and TypeClass and Description
public abstract class
AbstractRepository<T extends Tree>

Abstract superclass for representing the generic type information for a reflective entity.

public class
ClassRepository

This class represents the generic type information for a class.

public class
ConstructorRepository

This class represents the generic type information for a constructor.

public class
FieldRepository

This class represents the generic type information for a constructor.

public abstract class
GenericDeclRepository<S extends Signature>

This class represents the generic type information for a generic declaration.

public class
MethodRepository

This class represents the generic type information for a method.