Uses of Interface
org.glassfish.hk2.classmodel.reflect.ExtensibleType
-
Packages that use ExtensibleType Package Description org.glassfish.hk2.classmodel.reflect org.glassfish.hk2.classmodel.reflect.impl -
-
Uses of ExtensibleType in org.glassfish.hk2.classmodel.reflect
Classes in org.glassfish.hk2.classmodel.reflect with type parameters of type ExtensibleType Modifier and Type Interface Description interface
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.reflect Modifier and Type Interface Description interface
AnnotationType
Represents an annotationinterface
ClassModel
Model that represents a classinterface
InterfaceModel
Represents an interface declaration.Methods in org.glassfish.hk2.classmodel.reflect that return ExtensibleType Modifier and Type Method Description ExtensibleType
FieldModel. getDeclaringType()
Returns the declaring type of this field, which is a class.ExtensibleType<?>
Member. getDeclaringType()
return the type declaring this memberExtensibleType<?>
MethodModel. getDeclaringType()
Returns the class or interface model this method belongs to.ExtensibleType
FieldModel. getType()
Returns the declared type of the fieldExtensibleType<?>
Parameter. 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 ExtensibleType Modifier and Type Class Description class
ExtensibleTypeImpl<T extends ExtensibleType>
Implementation of an extensible type (Class or Interface)Classes in org.glassfish.hk2.classmodel.reflect.impl that implement ExtensibleType Modifier and Type Class Description class
AnnotationTypeImpl
Implementation of an annotation modelclass
ClassModelImpl
Implementation of a class modelclass
ExtensibleTypeImpl<T extends ExtensibleType>
Implementation of an extensible type (Class or Interface)class
InterfaceModelImpl
Implementation of an interface modelFields in org.glassfish.hk2.classmodel.reflect.impl declared as ExtensibleType Modifier and Type Field Description private ExtensibleType
FieldModelImpl. declaringType
(package private) ExtensibleType<?>
MethodModelImpl. owner
Methods in org.glassfish.hk2.classmodel.reflect.impl that return ExtensibleType Modifier and Type Method Description ExtensibleType
FieldModelImpl. getDeclaringType()
ExtensibleType<?>
MethodModelImpl. getDeclaringType()
ExtensibleType
FieldModelImpl. getType()
Methods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ExtensibleType Modifier and Type Method Description FieldModelImpl
TypeBuilder. getFieldModel(java.lang.String name, TypeProxy type, ExtensibleType declaringType)
FieldModelImpl
TypesImpl. getFieldModel(java.lang.String name, TypeProxy type, ExtensibleType declaringType)
Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ExtensibleType Constructor Description FieldModelImpl(java.lang.String name, TypeProxy type, ExtensibleType declaringType)
MethodModelImpl(java.lang.String name, ExtensibleType owner, java.lang.String signature)
-