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 TypeInterfaceDescriptioninterface
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.reflectModifier and TypeInterfaceDescriptioninterface
Represents an annotationinterface
Model that represents a classinterface
Represents 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 TypeClassDescriptionclass
ExtensibleTypeImpl<T extends ExtensibleType>
Implementation of an extensible type (Class or Interface)Classes in org.glassfish.hk2.classmodel.reflect.impl that implement ExtensibleTypeModifier and TypeClassDescriptionclass
Implementation of an annotation modelclass
Implementation of a class modelclass
ExtensibleTypeImpl<T extends ExtensibleType>
Implementation of an extensible type (Class or Interface)class
Implementation of an interface modelFields in org.glassfish.hk2.classmodel.reflect.impl declared as ExtensibleTypeModifier and TypeFieldDescriptionprivate final ExtensibleType
FieldModelImpl.declaringType
(package private) final ExtensibleType
<?> MethodModelImpl.owner
Methods 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)