加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090307054709/http://developer.android.com:80/reference/java/lang/reflect/GenericDeclaration.html
public interface

GenericDeclaration

java.lang.reflect.GenericDeclaration
Known Indirect Subclasses

Class Overview

Common interface for entities that have type variables.

Summary

Public Methods
abstract TypeVariable[]<?> getTypeParameters()
Returns the generic declared types in declaration order.

Public Methods

public abstract TypeVariable[]<?> getTypeParameters ()

Returns the generic declared types in declaration order. If there are no generic types this method returns a zero length array.

Returns
  • array of generic declared type variables.
Throws
GenericSignatureFormatError if the signature is malformed.