Package | Description |
---|---|
org.jboss.msc.inject |
Classes which implement value injection.
|
Modifier and Type | Method and Description |
---|---|
void |
CastingInjector.inject(Object value)
Inject the given value.
|
void |
RetainingInjector.inject(T value)
Inject the given value.
|
void |
MethodInjector.inject(T value)
Inject the given value.
|
void |
MapInjector.inject(T value)
Inject the given value.
|
void |
Injector.inject(T value)
Inject the given value.
|
void |
ConcurrentMapInjector.inject(T value)
Inject the given value.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.