|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.hivemind.lib.factory.BeanTranslator
A translator that references a named (or named and initialized) bean from a
BeanFactory
. The translator string is of the form:
service-id:name[,initializer]
. That is, the text after the colon
is an initializer passed to BeanFactory.get(String)
.
Constructor Summary | |
BeanTranslator()
|
Method Summary | |
java.lang.Object |
translate(org.apache.hivemind.internal.Module contributingModule,
java.lang.Class propertyType,
java.lang.String inputValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BeanTranslator()
Method Detail |
public java.lang.Object translate(org.apache.hivemind.internal.Module contributingModule, java.lang.Class propertyType, java.lang.String inputValue)
translate
in interface org.apache.hivemind.schema.Translator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |