Class FactoryCreator

    • Constructor Detail

      • FactoryCreator

        public FactoryCreator​(Class<?> category)
        Constructs a new registry for the specified category.
        Parameters:
        category - The single category.
        Since:
        2.4
      • FactoryCreator

        public FactoryCreator​(Class<?>... categories)
        Constructs a new registry for the specified categories.
        Parameters:
        categories - The categories.
        Since:
        2.4
      • FactoryCreator

        public FactoryCreator​(Collection<Class<?>> categories)
        Constructs a new registry for the specified categories.
        Parameters:
        categories - The categories.