|
JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Translator<I,O> | A mechanism for converting one value to another through various means. |
Class Summary | |
---|---|
CastingTranslator<I,O> | A translator which casts (narrows) the type of its input. |
ConstructionTranslator<I,O> | A translator which translates by constructing a new value and returning it. |
FieldTraversingTranslator<I,O> | A translator which translates by fetching the value of a field on the target object. |
MethodTraversingTranslator<I,O> | A translator which translates by calling a method and returning its return value. |
Exception Summary | |
---|---|
TranslationException | Thrown when translation fails. |
Classes which translate one value type to another. See Translator
.
|
JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |