Uses of Interface
org.glassfish.hk2.classmodel.reflect.Type
Packages that use Type
-
Uses of Type in org.glassfish.hk2.classmodel.reflect
Subinterfaces of Type in org.glassfish.hk2.classmodel.reflectModifier and TypeInterfaceDescriptioninterfaceRepresents an annotationinterfaceModel that represents a classinterfaceinterfaceExtensibleType<T extends ExtensibleType>An extensible type is a type that can be subclassed like an interface or a class.interfaceRepresents an interface declaration.Methods in org.glassfish.hk2.classmodel.reflect with type parameters of type TypeMethods in org.glassfish.hk2.classmodel.reflect that return TypeModifier and TypeMethodDescriptionReturns a Type instance given a nameEnumModel.getType()ParameterizedType.getType()Returns the parameter typeMethods in org.glassfish.hk2.classmodel.reflect that return types with arguments of type TypeModifier and TypeMethodDescriptionTypes.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 with type parameters of type TypeModifier and TypeClassDescriptionclassProxy for types, used in place until the type can be properly instantiated.Classes in org.glassfish.hk2.classmodel.reflect.impl that implement TypeModifier and TypeClassDescriptionclassImplementation of an annotation modelclassImplementation of a class modelclassclassExtensibleTypeImpl<T extends ExtensibleType>Implementation of an extensible type (Class or Interface)classImplementation of an interface modelclassImplementation of the Type abstraction.Methods in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type TypeModifier and TypeMethodDescriptionstatic <U extends Type>
Collection<U>TypeProxy.adapter(Collection<TypeProxy<U>> source) <T extends Type>
TMethods in org.glassfish.hk2.classmodel.reflect.impl that return TypeModifier and TypeMethodDescriptionEnumModelImpl.getType()ParameterImpl.getType()ParameterizedTypeImpl.getType()Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type TypeModifier and TypeMethodDescriptionTypesCtr.getAllTypes()TypeProxy.getSubTypeRefs()TypeBuilder.getType(int access) TypesImpl.getType(int access) Methods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type TypeConstructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type TypeConstructor parameters in org.glassfish.hk2.classmodel.reflect.impl with type arguments of type TypeModifierConstructorDescriptionAnnotationTypeImpl(String name, TypeProxy<Type> sink) ClassModelImpl(String name, TypeProxy<Type> sink, TypeProxy parent) EnumTypeImpl(String name, TypeProxy<Type> sink, TypeProxy parent) ExtensibleTypeImpl(String name, TypeProxy<Type> sink, TypeProxy parent) InterfaceModelImpl(String name, TypeProxy<Type> sink, TypeProxy parent)