|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotatedElement | |
---|---|
com.sun.hk2.component | |
org.glassfish.hk2.classmodel.reflect | |
org.glassfish.hk2.classmodel.reflect.impl | |
org.glassfish.hk2.inhabitants |
Uses of AnnotatedElement in com.sun.hk2.component |
---|
Methods in com.sun.hk2.component with parameters of type AnnotatedElement | |
---|---|
void |
InhabitantIntrospectionScanner.findContractsFromAnnotations(AnnotatedElement ae,
Set<String> interfaces,
Set<String> annInterfaces)
Deprecated. |
boolean |
InhabitantIntrospectionScanner.isContract(AnnotatedElement type)
Deprecated. |
static void |
InhabitantIntrospectionScanner.populateExtraInhabitantMetaData(Map<String,List<String>> dest,
AnnotatedElement ae)
Deprecated. Retrieves the "extra" meta data from drilling into each annotation's methods. |
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 | |
---|---|
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 | |
---|---|
Collection<AnnotatedElement> |
AnnotationTypeImpl.allAnnotatedTypes()
|
Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type AnnotatedElement | |
---|---|
AnnotationModelImpl(AnnotatedElement element,
AnnotationType type)
|
Uses of AnnotatedElement in org.glassfish.hk2.inhabitants |
---|
Methods in org.glassfish.hk2.inhabitants with parameters of type AnnotatedElement | |
---|---|
void |
InhabitantIntrospectionScanner.findContractsFromAnnotations(AnnotatedElement ae,
Set<String> interfaces,
Set<String> annInterfaces)
|
boolean |
InhabitantIntrospectionScanner.isContract(AnnotatedElement type)
|
static void |
InhabitantIntrospectionScanner.populateExtraInhabitantMetaData(MultiMap<String,String> dest,
AnnotatedElement ae)
Retrieves the "extra" meta data from drilling into each annotation's methods. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |