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 classinterfaceRepresents 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.FieldModel.getType()Returns the declared type of the fieldParameter.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 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 modelclassExtensibleTypeImpl<T extends ExtensibleType>Implementation of an extensible type (Class or Interface)classImplementation of an interface modelFields in org.glassfish.hk2.classmodel.reflect.impl declared as ExtensibleTypeModifier and TypeFieldDescriptionprivate final ExtensibleTypeFieldModelImpl.declaringType(package private) final ExtensibleType<?> MethodModelImpl.ownerMethods 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) Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ExtensibleTypeModifierConstructorDescriptionFieldModelImpl(String name, TypeProxy type, ExtensibleType declaringType) MethodModelImpl(String name, ExtensibleType owner, String signature)