@UsesMappedConfiguration(value=Translator.class) public interface TranslatorAlternatesSource
TranslatorSource
to specify Translator
alternates: translators that
are used when specified explicitly by name. These translators may overlap the standard translators
by type (thus requiring a separate configuration).
Translators contributed to this configuration must have names that do not overlap the standard translators. Further,
the contribution key must match the translator name.Modifier and Type | Method and Description |
---|---|
Map<String,Translator> |
getTranslatorAlternates()
Get the mapping from name to Translator, based on the contributions to the service.
|
Map<String,Translator> getTranslatorAlternates()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.