| Package | Description |
|---|---|
| org.glassfish.hk2.classmodel.reflect | |
| org.glassfish.hk2.classmodel.reflect.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnnotationType
Represents an annotation
|
| Modifier and Type | Method and Description |
|---|---|
InterfaceModel |
ParameterizedInterfaceModel.getRawInterface()
Returns the raw interface for this parameterized type
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<InterfaceModel> |
ExtensibleType.getInterfaces()
Returns an unmodifiable list of interfaces implemented or extended by
this type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationTypeImpl
Implementation of an annotation model
|
class |
InterfaceModelImpl
Implementation of an interface model
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<TypeProxy<InterfaceModel>> |
ExtensibleTypeImpl.implementedIntf |
(package private) TypeProxy<InterfaceModel> |
ParameterizedInterfaceModelImpl.rawInterface |
| Modifier and Type | Method and Description |
|---|---|
InterfaceModel |
ParameterizedInterfaceModelImpl.getRawInterface() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<InterfaceModel> |
ExtensibleTypeImpl.getInterfaces() |
TypeProxy<InterfaceModel> |
ParameterizedInterfaceModelImpl.getRawInterfaceProxy() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
ExtensibleTypeImpl.isImplementing(TypeProxy<InterfaceModel> intf) |
| Constructor and Description |
|---|
ParameterizedInterfaceModelImpl(TypeProxy<InterfaceModel> rawInterface) |