JBoss Modular Service Kernel API 1.0.0.Beta1

Package org.jboss.msc.translate


Interface Summary
Translator<I,O> A mechanism for converting one value to another through various means.
 

Class Summary
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  
 


JBoss Modular Service Kernel API 1.0.0.Beta1

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