JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT

Package org.jboss.msc.translate

Classes which translate one value type to another.

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.
 

Package org.jboss.msc.translate Description

Classes which translate one value type to another. See Translator.


JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT

Copyright © 2010 JBoss, a division of Red Hat, Inc.