private static class AbstractBindingBuilder.FactoryInstanceBasedBindingBuilder<T> extends AbstractBindingBuilder<T>
| Modifier and Type | Field and Description |
|---|---|
private Factory<T> |
factory |
analyzer, contracts, loader, metadata, name, proxiable, proxyForSameScope, qualifiers, ranked, scope, scopeAnnotation| Constructor and Description |
|---|
FactoryInstanceBasedBindingBuilder(Factory<T> factory) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
complete(DynamicConfiguration configuration,
HK2Loader defaultLoader)
Build the binding descriptor and bind it in the
dynamic configuration. |
analyzeWith, create, create, create, createFactoryBinder, createFactoryBinder, in, in, loadedBy, named, proxy, proxyForSameScope, qualifiedBy, ranked, to, to, to, withMetadata, withMetadatavoid complete(DynamicConfiguration configuration, HK2Loader defaultLoader)
AbstractBindingBuilderdynamic configuration.complete in class AbstractBindingBuilder<T>configuration - dynamic binding configuration.defaultLoader - default HK2 loader that should be used in case a custom loader
was not set.