|
JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Translator | |
|---|---|
| org.jboss.msc.inject | Classes which implement value injection. |
| org.jboss.msc.translate | Classes which translate one value type to another. |
| Uses of Translator in org.jboss.msc.inject |
|---|
| Constructors in org.jboss.msc.inject with parameters of type Translator | |
|---|---|
TranslatingInjector(Translator<I,O> translator,
Injector<O> injector)
Construct a new instance. |
|
| Uses of Translator in org.jboss.msc.translate |
|---|
| Classes in org.jboss.msc.translate that implement Translator | |
|---|---|
class |
CastingTranslator<I,O>
A translator which casts (narrows) the type of its input. |
class |
ConstructionTranslator<I,O>
A translator which translates by constructing a new value and returning it. |
class |
FieldTraversingTranslator<I,O>
A translator which translates by fetching the value of a field on the target object. |
class |
MethodTraversingTranslator<I,O>
A translator which translates by calling a method and returning its return value. |
|
JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||