Uses of Interface
org.glassfish.hk2.classmodel.reflect.AnnotatedElement
-
Packages that use AnnotatedElement Package Description 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 Modifier and Type Interface Description interface
AnnotationType
Represents an annotationinterface
ClassModel
Model that represents a classinterface
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 classinterface
InterfaceModel
Represents an interface declaration.interface
MethodModel
Model to represent a method declarationinterface
Parameter
Denote a parameter to a methodinterface
Type
A type defines java type which can be an interface or a class.Methods in org.glassfish.hk2.classmodel.reflect that return AnnotatedElement Modifier and Type Method Description AnnotatedElement
AnnotationModel. getElement()
Returns the annotated element with this annotation instanceMethods in org.glassfish.hk2.classmodel.reflect that return types with arguments of type AnnotatedElement Modifier and Type Method Description 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 Modifier and Type Class Description class
AnnotatedElementImpl
Implementation of an annotated elementclass
AnnotationTypeImpl
Implementation of an annotation modelclass
ClassModelImpl
Implementation of a class modelclass
ExtensibleTypeImpl<T extends ExtensibleType>
Implementation of an extensible type (Class or Interface)class
FieldModelImpl
Implementation of a field modelclass
InterfaceModelImpl
Implementation of an interface modelclass
MethodModelImpl
Implementation of a method modelclass
TypeImpl
Implementation of the Type abstraction.Fields in org.glassfish.hk2.classmodel.reflect.impl declared as AnnotatedElement Modifier and Type Field Description (package private) AnnotatedElement
AnnotationModelImpl. element
Fields in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type AnnotatedElement Modifier and Type Field Description private java.util.Set<AnnotatedElement>
AnnotationTypeImpl. references
Methods in org.glassfish.hk2.classmodel.reflect.impl that return AnnotatedElement Modifier and Type Method Description AnnotatedElement
AnnotationModelImpl. getElement()
Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type AnnotatedElement Modifier and Type Method Description java.util.Collection<AnnotatedElement>
AnnotationTypeImpl. allAnnotatedTypes()
(package private) java.util.Set<AnnotatedElement>
AnnotationTypeImpl. getAnnotatedElements()
Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type AnnotatedElement Constructor Description AnnotationModelImpl(AnnotatedElement element, AnnotationType type)
-