|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotatedElement | |
|---|---|
| org.glassfish.hk2.classmodel.reflect | |
| org.glassfish.hk2.classmodel.reflect.impl | |
| Uses of AnnotatedElement in org.glassfish.hk2.classmodel.reflect |
|---|
| Subinterfaces of AnnotatedElement in org.glassfish.hk2.classmodel.reflect | |
|---|---|
interface |
AnnotationType
Represents an annotation |
interface |
ClassModel
Model that represents a class |
interface |
ExtensibleType<T extends ExtensibleType>
An extensible type is a type that can be subclassed like an interface or a class. |
interface |
FieldModel
Model that represent the field of a class |
interface |
InterfaceModel
Represents an interface declaration. |
interface |
MethodModel
Model to represent a method declaration |
interface |
Parameter
Denote a parameter to a method |
interface |
Type
A type defines java type which can be an interface or a class. |
| Methods in org.glassfish.hk2.classmodel.reflect that return AnnotatedElement | |
|---|---|
AnnotatedElement |
AnnotationModel.getElement()
Returns the annotated element with this annotation instance |
| Methods in org.glassfish.hk2.classmodel.reflect that return types with arguments of type AnnotatedElement | |
|---|---|
java.util.Collection<AnnotatedElement> |
AnnotationType.allAnnotatedTypes()
Returns an unmodifiable collection of annotated element with this annotation |
| Uses of AnnotatedElement in org.glassfish.hk2.classmodel.reflect.impl |
|---|
| Classes in org.glassfish.hk2.classmodel.reflect.impl that implement AnnotatedElement | |
|---|---|
class |
AnnotatedElementImpl
Implementation of an annotated element |
class |
AnnotationTypeImpl
Implementation of an annotation model |
class |
ClassModelImpl
Implementation of a class model |
class |
ExtensibleTypeImpl<T extends ExtensibleType>
Implementation of an extensible type (Class or Interface) |
class |
FieldModelImpl
Implementation of a field model |
class |
InterfaceModelImpl
Implementation of an interface model |
class |
MethodModelImpl
Implementation of a method model |
class |
TypeImpl
Implementation of the Type abstraction. |
| Methods in org.glassfish.hk2.classmodel.reflect.impl that return AnnotatedElement | |
|---|---|
AnnotatedElement |
AnnotationModelImpl.getElement()
|
| Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type AnnotatedElement | |
|---|---|
java.util.Collection<AnnotatedElement> |
AnnotationTypeImpl.allAnnotatedTypes()
|
| Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type AnnotatedElement | |
|---|---|
AnnotationModelImpl(AnnotatedElement element,
AnnotationType type)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||