Modifier and Type | Class and Description |
---|---|
class |
CrossOverDescriptor<T> |
Modifier and Type | Class and Description |
---|---|
class |
OperationDescriptor<T extends java.lang.annotation.Annotation> |
Modifier and Type | Class and Description |
---|---|
private static class |
ActiveDescriptorBuilderImpl.BuiltActiveDescriptor<T> |
class |
ConstantActiveDescriptor<T> |
Modifier and Type | Method and Description |
---|---|
<T> AbstractActiveDescriptor<T> |
ActiveDescriptorBuilderImpl.build() |
<T> AbstractActiveDescriptor<T> |
ActiveDescriptorBuilderImpl.buildFactory()
Deprecated.
|
<T> AbstractActiveDescriptor<T> |
ActiveDescriptorBuilderImpl.buildProvideMethod() |
Modifier and Type | Class and Description |
---|---|
class |
AliasDescriptor<T>
An active descriptor class that serves as an alias for another descriptor.
|
Modifier and Type | Method and Description |
---|---|
<T> AbstractActiveDescriptor<T> |
ActiveDescriptorBuilder.build()
Generates a descriptor that can be used in binding operations
|
<T> AbstractActiveDescriptor<T> |
ActiveDescriptorBuilder.buildFactory()
Deprecated.
Use buildProvideMethod instead
|
<T> AbstractActiveDescriptor<T> |
ActiveDescriptorBuilder.buildProvideMethod()
Generates a descriptor that can be used in binding operations that
describes a factorys provide method
|
static <T> AbstractActiveDescriptor<T> |
BuilderHelper.createConstantDescriptor(T constant)
This creates a descriptor that will always return the given object.
|
static <T> AbstractActiveDescriptor<T> |
BuilderHelper.createConstantDescriptor(T constant,
java.lang.String name,
java.lang.reflect.Type... contracts)
This creates a descriptor that will always return the given object.
|
Modifier and Type | Class and Description |
---|---|
class |
GuiceServiceHk2Bean<T> |
Modifier and Type | Class and Description |
---|---|
class |
AutoActiveDescriptor<T> |