Interface | Description |
---|---|
BeanDescriptor | |
HasAnnotations | |
MetaClassMember | |
MetaGenericArrayType | |
MetaGenericDeclaration |
Umbrella interface for
MetaClass , MetaMethod , and
MetaConstructor : the three places where a generic type variable can
be declared. |
MetaParameterizedType | |
MetaType |
Umbrella type for anything that could be used as a type in Java code:
MetaClass, MetaParameterizedType, MetaTypeVariable, MetaWildcardType, and
MetaGenericArrayType all implement this interface.
|
MetaTypeVariable | |
MetaWildcardType |
Represents a wildcard type such as
? , ? extends List or
? super MyType . |
Class | Description |
---|---|
AbstractHasAnnotations |
Contains shared functionality by all implementations of
HasAnnotations . |
MetaClass | |
MetaClassCache | |
MetaClassFactory | |
MetaConstructor | |
MetaField | |
MetaField.ArrayLengthMetaField |
Special-purpose implementation of MetaField that represents the
length property of an array. |
MetaMethod | |
MetaParameter |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.