| Package | Description |
|---|---|
| org.jboss.msc.inject |
Classes which implement value injection.
|
| org.jboss.msc.service |
The service container implementation itself.
|
| org.jboss.msc.value |
Classes which implement various indirect value types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CastingInjector<T>
Deprecated.
Use
ServiceBuilder.provides(org.jboss.msc.service.ServiceName...)
method instead. This class will be removed in a future release. |
class |
ConcurrentMapInjector<K,T>
Deprecated.
Use
ServiceBuilder.provides(org.jboss.msc.service.ServiceName...)
method instead. This class will be removed in a future release. |
class |
MapInjector<K,T>
Deprecated.
Use
ServiceBuilder.provides(org.jboss.msc.service.ServiceName...)
method instead. This class will be removed in a future release. |
class |
RetainingInjector<T>
Deprecated.
Use
ServiceBuilder.provides(org.jboss.msc.service.ServiceName...)
method instead. This class will be removed in a future release. |
| Modifier and Type | Method and Description |
|---|---|
static <T> Injector<Object> |
Injectors.cast(Injector<T> injector,
Class<T> type)
Deprecated.
Construct a casting injector.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Injector<Object> |
Injectors.cast(Injector<T> injector,
Class<T> type)
Deprecated.
Construct a casting injector.
|
| Constructor and Description |
|---|
CastingInjector(Injector<T> target,
Class<T> type)
Deprecated.
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Injector<T> |
ValueInjectionService.getInjector()
Deprecated.
Get the injector, which should be used to inject the dependency.
|
Injector<? super T> |
ValueInjection.getTarget()
Deprecated.
Get the target injector.
|
| Modifier and Type | Method and Description |
|---|---|
<I> ServiceBuilder<T> |
ServiceBuilder.addDependency(ServiceName dependency,
Class<I> type,
Injector<I> target)
Deprecated.
Use
ServiceBuilder.requires(ServiceName) instead.
This method will be removed in a future release. |
<I> ServiceBuilder<T> |
DelegatingServiceBuilder.addDependency(ServiceName dependency,
Class<I> type,
Injector<I> target)
Deprecated.
|
| Constructor and Description |
|---|
ValueInjection(Value<? extends T> source,
Injector<? super T> target)
Deprecated.
Construct a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InjectedValue<T>
Deprecated.
Use
ServiceBuilder.requires(org.jboss.msc.service.ServiceName)
method instead. This class will be removed in a future release. |
Copyright © 2021 Red Hat, Inc.