| Package | Description |
|---|---|
| org.glassfish.hk2.internal | |
| org.glassfish.hk2.utilities |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantActiveDescriptor<T> |
| Modifier and Type | Method and Description |
|---|---|
DescriptorImpl |
DescriptorBuilderImpl.build() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractActiveDescriptor<T>
This class can be used as a starting point for those writing their own
ActiveDescriptor.
|
class |
AliasDescriptor<T>
A descriptor class that serves as an alias for another descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
DescriptorImpl |
DescriptorBuilder.build()
Generates a descriptor that can be used in binding operations
|
static DescriptorImpl |
BuilderHelper.createDescriptorFromClass(java.lang.Class<?> clazz)
This returns a DescriptorImpl based on the given class.
|
static DescriptorImpl |
BuilderHelper.deepCopyDescriptor(Descriptor copyMe)
Makes a deep copy of the incoming descriptor
|
Copyright © 2013 Oracle Corporation. All Rights Reserved.