|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassModel | |
|---|---|
| org.glassfish.hk2.classmodel.reflect | |
| org.glassfish.hk2.classmodel.reflect.impl | |
| Uses of ClassModel in org.glassfish.hk2.classmodel.reflect |
|---|
| Methods in org.glassfish.hk2.classmodel.reflect that return ClassModel | |
|---|---|
ClassModel |
FieldModel.getDeclaringType()
Returns the declaring type of this field, which is a class. |
| Methods in org.glassfish.hk2.classmodel.reflect that return types with arguments of type ClassModel | |
|---|---|
java.util.Collection<ClassModel> |
InterfaceModel.allImplementations()
Returns an unmodifiable collection of all classes implementing this interface. |
java.util.Collection<ClassModel> |
InterfaceModel.implementations()
Returns an unmodifiable collection of classes directly implementing this interface |
| Uses of ClassModel in org.glassfish.hk2.classmodel.reflect.impl |
|---|
| Classes in org.glassfish.hk2.classmodel.reflect.impl that implement ClassModel | |
|---|---|
class |
ClassModelImpl
Implementation of a class model |
| Methods in org.glassfish.hk2.classmodel.reflect.impl that return ClassModel | |
|---|---|
ClassModel |
FieldModelImpl.getDeclaringType()
|
| Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type ClassModel | |
|---|---|
java.util.Collection<ClassModel> |
InterfaceModelImpl.allImplementations()
|
java.util.Set<ClassModel> |
TypeProxy.getImplementations()
|
java.util.Collection<ClassModel> |
InterfaceModelImpl.implementations()
|
| Methods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ClassModel | |
|---|---|
FieldModelImpl |
TypesImpl.getFieldModel(java.lang.String name,
TypeProxy type,
ClassModel declaringType)
|
FieldModelImpl |
TypeBuilder.getFieldModel(java.lang.String name,
TypeProxy type,
ClassModel declaringType)
|
| Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ClassModel | |
|---|---|
FieldModelImpl(java.lang.String name,
TypeProxy type,
ClassModel declaringType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||