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

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

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

Subinterfaces of Type 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 InterfaceModel
          Represents an interface declaration.
 

Methods in org.glassfish.hk2.classmodel.reflect with type parameters of type Type
<T extends Type>
T
Types.getBy(java.lang.Class<T> type, java.lang.String name)
          Returns a Model instance given a name
 

Methods in org.glassfish.hk2.classmodel.reflect that return Type
 Type Types.getBy(java.lang.String name)
          Returns a Type instance given a name
 

Methods in org.glassfish.hk2.classmodel.reflect that return types with arguments of type Type
 java.util.Collection<Type> Types.getAllTypes()
          Returns a unmodifiable list of collected types obtained during the parsing activity
 

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

Classes in org.glassfish.hk2.classmodel.reflect.impl that implement Type
 class AnnotationTypeImpl
          Implementation of an annoation 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
 class TypeImpl
          Implementation of the Type abstraction.
 

Methods in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type Type
<T extends Type>
T
TypesImpl.getBy(java.lang.Class<T> type, java.lang.String name)
           
<U extends Type>
void
TypeProxy.set(U value)
           
 

Methods in org.glassfish.hk2.classmodel.reflect.impl that return Type
 Type TypeProxy.get()
           
 Type TypesImpl.getBy(java.lang.String name)
           
 

Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type Type
 java.util.Collection<Type> TypesImpl.getAllTypes()
           
 java.util.Set<Type> TypeProxy.getSubTypeRefs()
           
 

Constructor parameters in org.glassfish.hk2.classmodel.reflect.impl with type arguments of type Type
TypeProxy(TypeProxy.Notifier<Type> notifier, java.lang.String name)
           
 



Copyright © 2010 Sun Microsystems, Inc.. All Rights Reserved.