Uses of Interface
org.glassfish.hk2.classmodel.reflect.ExtensibleType

Packages that use ExtensibleType
org.glassfish.hk2.classmodel.reflect   
org.glassfish.hk2.classmodel.reflect.impl   
 

Uses of ExtensibleType in org.glassfish.hk2.classmodel.reflect
 

Classes in org.glassfish.hk2.classmodel.reflect with type parameters of type ExtensibleType
 interface ExtensibleType<T extends ExtensibleType>
          An extensible type is a type that can be subclassed like an interface or a class.
 

Subinterfaces of ExtensibleType in org.glassfish.hk2.classmodel.reflect
 interface AnnotationType
          Represents an annotation
 interface ClassModel
          Model that represents a class
 interface InterfaceModel
          Represents an interface declaration.
 

Methods in org.glassfish.hk2.classmodel.reflect that return ExtensibleType
 ExtensibleType FieldModel.getDeclaringType()
          Returns the declaring type of this field, which is a class.
 ExtensibleType<?> Member.getDeclaringType()
          return the type declaring this member
 ExtensibleType<?> MethodModel.getDeclaringType()
          Returns the class or interface model this method belongs to.
 ExtensibleType FieldModel.getType()
          Returns the declared type of the field
 ExtensibleType<?> Parameter.getType()
          Returns the parameter type
 

Uses of ExtensibleType in org.glassfish.hk2.classmodel.reflect.impl
 

Classes in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type ExtensibleType
 class ExtensibleTypeImpl<T extends ExtensibleType>
          Implementation of an extensible type (Class or Interface)
 

Classes in org.glassfish.hk2.classmodel.reflect.impl that implement ExtensibleType
 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 InterfaceModelImpl
          Implementation of an interface model
 

Methods in org.glassfish.hk2.classmodel.reflect.impl that return ExtensibleType
 ExtensibleType FieldModelImpl.getDeclaringType()
           
 ExtensibleType<?> MethodModelImpl.getDeclaringType()
           
 ExtensibleType FieldModelImpl.getType()
           
 

Methods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ExtensibleType
 FieldModelImpl TypeBuilder.getFieldModel(String name, TypeProxy type, ExtensibleType declaringType)
           
 FieldModelImpl TypesImpl.getFieldModel(String name, TypeProxy type, ExtensibleType declaringType)
           
 

Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ExtensibleType
FieldModelImpl(String name, TypeProxy type, ExtensibleType declaringType)
           
MethodModelImpl(String name, ExtensibleType owner, String signature)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.