| Package | Description |
|---|---|
| org.glassfish.hk2.classmodel.reflect | |
| org.glassfish.hk2.classmodel.reflect.impl |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassModelImpl
Implementation of a class model
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ClassModel> |
InterfaceModelImpl.allImplementations() |
java.util.List<ClassModel> |
TypeProxy.getImplementations() |
java.util.Collection<ClassModel> |
InterfaceModelImpl.implementations() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeProxy.addImplementation(ClassModel classModel) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.