Interface TranslationSourceRegistry

All Superinterfaces:
TranslationSource

public interface TranslationSourceRegistry extends TranslationSource
A translation source that delegates the lookup to other sources in FIFO order.
  • Method Details

    • create

      static TranslationSourceRegistry create()
      Creates a new TranslationSourceRegistry instance.
    • register

      void register(TranslationSource source)
      Adds a translation source to the list of sources.
      Parameters:
      source - the source