|
JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Injector<T> | A receiver for values that are injected from another source, typically connected to a service lifecycle. |
Class Summary | |
---|---|
AtomicReferenceFieldUpdaterInjector<C,T> | An injector which updates the value of an AtomicReferenceFieldUpdater . |
AtomicReferenceInjector<T> | An injector which updates the value of an AtomicReference . |
CastingInjector<T> | An injector which casts the value to a specific type. |
FieldInjector<T> | An injector which updates the value of a field. |
InjectorLogger_$logger | Deprecated. Will be removed when the logger tooling is complete. |
Injectors | Utility class to construct injector types. |
MethodInjector<T> | An injector which invokes a method. |
SetMethodInjector<T> | An injector which calls a setter method. |
TranslatingInjector<I,O> | An injector which passes a value through a translator to another injector. |
Exception Summary | |
---|---|
InjectionException | An injection exception which is thrown when an injection fails for some reason. |
Classes which implement value injection. See Injector
.
|
JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |