Package | Description |
---|---|
org.glassfish.hk2.classmodel.reflect | |
org.glassfish.hk2.classmodel.reflect.impl |
Modifier and Type | Method and Description |
---|---|
Collection<ClassModel> |
InterfaceModel.allImplementations()
Returns an unmodifiable collection of all classes implementing this
interface.
|
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 |
---|---|
Collection<ClassModel> |
InterfaceModelImpl.allImplementations() |
List<ClassModel> |
TypeProxy.getImplementations() |
Collection<ClassModel> |
InterfaceModelImpl.implementations() |
Modifier and Type | Method and Description |
---|---|
void |
TypeProxy.addImplementation(ClassModel classModel) |
Copyright © 2009–2023 Oracle Corporation. All rights reserved.