Class DynamicI18NBeanFactory

  • All Implemented Interfaces:
    I18NBeanFactory

    public class DynamicI18NBeanFactory
    extends Object
    implements I18NBeanFactory
    Produces the best I18NBeans it can at the point it is first called upon. This factory delegates to one of the following factories for the actual I18NBean creation:
    • Constructor Detail

      • DynamicI18NBeanFactory

        public DynamicI18NBeanFactory​(Supplier<Optional<org.springframework.beans.factory.BeanFactory>> setupBeanFactorySupplier)
      • DynamicI18NBeanFactory

        public DynamicI18NBeanFactory()