Uses of Package
org.glassfish.hk2.classmodel.reflect

Packages that use org.glassfish.hk2.classmodel.reflect
com.sun.hk2.component   
org.glassfish.hk2.classmodel.reflect   
org.glassfish.hk2.classmodel.reflect.impl   
org.glassfish.hk2.classmodel.reflect.util   
org.jvnet.hk2.component.classmodel   
org.jvnet.hk2.config   
 

Classes in org.glassfish.hk2.classmodel.reflect used by com.sun.hk2.component
AnnotatedElement
          An annotated element is a java declaration that can be annotated.
ClassModel
          Model that represents a class
InterfaceModel
          Represents an interface declaration.
ParsingContext
          Parsing context for parsing jars and directories and getting a classmodel back
 

Classes in org.glassfish.hk2.classmodel.reflect used by org.glassfish.hk2.classmodel.reflect
AnnotatedElement
          An annotated element is a java declaration that can be annotated.
AnnotationModel
          Models an annotation instance
AnnotationType
          Represents an annotation
ArchiveAdapter
          adapter for reading archive style structure
ArchiveAdapter.Entry
          Definition of an archive entry
ArchiveAdapter.EntryTask
          defines the notion of an archive entry task which is a task aimed to be run on particular archive entry.
ArchiveAdapter.Selector
           
ArchiveSelector
          An archive selector allows the user to select if an archive should be parsed by the parser engine.
ClassModel
          Model that represents a class
ExtensibleType
          An extensible type is a type that can be subclassed like an interface or a class.
FieldModel
          Model that represent the field of a class
InterfaceModel
          Represents an interface declaration.
Member
          A member is a field or method declared on a class or interface
Member.Type
           
MethodModel
          Model to represent a method declaration
ParameterizedInterfaceModel
          Representation of a parameterized type
Parser.Result
           
ParsingContext
          Parsing context for parsing jars and directories and getting a classmodel back
ParsingContext.Builder
          Context builder
Type
          A type defines java type which can be an interface or a class.
Types
          Represents the result of a parsing activity.
 

Classes in org.glassfish.hk2.classmodel.reflect used by org.glassfish.hk2.classmodel.reflect.impl
AnnotatedElement
          An annotated element is a java declaration that can be annotated.
AnnotationModel
          Models an annotation instance
AnnotationType
          Represents an annotation
ClassModel
          Model that represents a class
ExtensibleType
          An extensible type is a type that can be subclassed like an interface or a class.
FieldModel
          Model that represent the field of a class
InterfaceModel
          Represents an interface declaration.
Member
          A member is a field or method declared on a class or interface
Member.Type
           
MethodModel
          Model to represent a method declaration
ParameterizedInterfaceModel
          Representation of a parameterized type
ParsingContext
          Parsing context for parsing jars and directories and getting a classmodel back
Type
          A type defines java type which can be an interface or a class.
Types
          Represents the result of a parsing activity.
 

Classes in org.glassfish.hk2.classmodel.reflect used by org.glassfish.hk2.classmodel.reflect.util
ArchiveAdapter
          adapter for reading archive style structure
ArchiveAdapter.EntryTask
          defines the notion of an archive entry task which is a task aimed to be run on particular archive entry.
ArchiveAdapter.Selector
           
Parser
          Parse jar files or directories and create the model for any classes found.
 

Classes in org.glassfish.hk2.classmodel.reflect used by org.jvnet.hk2.component.classmodel
Parser
          Parse jar files or directories and create the model for any classes found.
ParsingContext
          Parsing context for parsing jars and directories and getting a classmodel back
 

Classes in org.glassfish.hk2.classmodel.reflect used by org.jvnet.hk2.config
ParsingContext
          Parsing context for parsing jars and directories and getting a classmodel back
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.