|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExtensibleType | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
interface |
AnnotationType
Represents an annotation |
interface |
ClassModel
Model that represents a class |
interface |
InterfaceModel
Represents an interface declaration. |
| Methods in org.glassfish.hk2.classmodel.reflect that return ExtensibleType | |
|---|---|
ExtensibleType<?> |
Member.getDeclaringType()
return the type declaring this member |
ExtensibleType<?> |
MethodModel.getDeclaringType()
Returns the class or interface model this method belongs to. |
ExtensibleType<?> |
Parameter.getType()
Returns the parameter type |
ExtensibleType |
FieldModel.getType()
Returns the declared type of the field |
| Uses of ExtensibleType in org.glassfish.hk2.classmodel.reflect.impl |
|---|
| Classes in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type ExtensibleType | |
|---|---|
class |
ExtensibleTypeImpl<T extends ExtensibleType>
Implementation of an extensible type (Class or Interface) |
| Classes in org.glassfish.hk2.classmodel.reflect.impl that implement ExtensibleType | |
|---|---|
class |
AnnotationTypeImpl
Implementation of an annoation model |
class |
ClassModelImpl
Implementation of a class model |
class |
ExtensibleTypeImpl<T extends ExtensibleType>
Implementation of an extensible type (Class or Interface) |
class |
InterfaceModelImpl
Implementation of an interface model |
| Methods in org.glassfish.hk2.classmodel.reflect.impl that return ExtensibleType | |
|---|---|
ExtensibleType<?> |
MethodModelImpl.getDeclaringType()
|
ExtensibleType |
FieldModelImpl.getType()
|
| Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ExtensibleType | |
|---|---|
MethodModelImpl(java.lang.String name,
ExtensibleType owner,
java.lang.String signature)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||