Uses of Interface
org.glassfish.hk2.classmodel.reflect.ExtensibleType
Packages that use ExtensibleType
-
Uses of ExtensibleType in org.glassfish.hk2.classmodel.reflect
Classes in org.glassfish.hk2.classmodel.reflect with type parameters of type ExtensibleTypeModifier and TypeInterfaceDescriptioninterfaceExtensibleType<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.reflectModifier and TypeInterfaceDescriptioninterfaceRepresents an annotationinterfaceModel that represents a classinterfaceinterfaceRepresents an interface declaration.Methods in org.glassfish.hk2.classmodel.reflect that return ExtensibleTypeModifier and TypeMethodDescriptionFieldModel.getDeclaringType()Returns the declaring type of this field, which is a class.Member.getDeclaringType()return the type declaring this memberMethodModel.getDeclaringType()Returns the class or interface model this method belongs to.ParameterizedInterfaceModel.getRawInterface()Returns the raw interface for this parameterized typeFieldModel.getType()Returns the declared type of the fieldMethods in org.glassfish.hk2.classmodel.reflect with parameters of type ExtensibleType -
Uses of ExtensibleType in org.glassfish.hk2.classmodel.reflect.impl
Classes in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type ExtensibleTypeModifier and TypeClassDescriptionclassExtensibleTypeImpl<T extends ExtensibleType>Implementation of an extensible type (Class or Interface)Classes in org.glassfish.hk2.classmodel.reflect.impl that implement ExtensibleTypeModifier 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 modelMethods in org.glassfish.hk2.classmodel.reflect.impl that return ExtensibleTypeModifier and TypeMethodDescriptionFieldModelImpl.getDeclaringType()MethodModelImpl.getDeclaringType()FieldModelImpl.getType()Methods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ExtensibleTypeModifier and TypeMethodDescriptionTypeBuilder.getFieldModel(String name, TypeProxy type, ExtensibleType declaringType) TypesImpl.getFieldModel(String name, TypeProxy type, ExtensibleType declaringType) ExtensibleTypeImpl.getParameterizedInterface(ExtensibleType type) Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ExtensibleTypeModifierConstructorDescriptionFieldModelImpl(String name, TypeProxy typeProxy, ExtensibleType declaringType) MethodModelImpl(String name, ExtensibleType owner, String signature)