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 interfaceAnnotationTypeRepresents an annotationinterfaceClassModelModel that represents a classinterfaceExtensibleType<T extends ExtensibleType>An extensible type is a type that can be subclassed like an interface or a class.interfaceFieldModelModel that represent the field of a classinterfaceInterfaceModelRepresents an interface declaration.interfaceMethodModelModel to represent a method declarationinterfaceParameterDenote a parameter to a methodinterfaceTypeA 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 AnnotatedElementAnnotationModel. 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 classAnnotatedElementImplImplementation of an annotated elementclassAnnotationTypeImplImplementation of an annotation modelclassClassModelImplImplementation of a class modelclassExtensibleTypeImpl<T extends ExtensibleType>Implementation of an extensible type (Class or Interface)classFieldModelImplImplementation of a field modelclassInterfaceModelImplImplementation of an interface modelclassMethodModelImplImplementation of a method modelclassTypeImplImplementation of the Type abstraction.Fields in org.glassfish.hk2.classmodel.reflect.impl declared as AnnotatedElement Modifier and Type Field Description (package private) AnnotatedElementAnnotationModelImpl. elementFields in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type AnnotatedElement Modifier and Type Field Description private java.util.Set<AnnotatedElement>AnnotationTypeImpl. referencesMethods in org.glassfish.hk2.classmodel.reflect.impl that return AnnotatedElement Modifier and Type Method Description AnnotatedElementAnnotationModelImpl. 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)
-