Package | Description |
---|---|
org.glassfish.hk2.classmodel.reflect | |
org.glassfish.hk2.classmodel.reflect.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
FieldModel
Model that represent the field of a class
|
interface |
MethodModel
Model to represent a method declaration
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Member> |
Type.getReferences()
Returns a unmodifiable collection of this type references.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldModelImpl
Implementation of a field model
|
class |
MethodModelImpl
Implementation of a method model
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Member> |
TypeProxy.fieldRefs |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Member> |
TypeImpl.getReferences() |
java.util.List<Member> |
TypeProxy.getRefs() |