Class AbstractElementFactory<T extends NativeObjectContainer>

    • Constructor Detail

      • AbstractElementFactory

        protected AbstractElementFactory​(String elementKeyAsString)
        Creates the factory by the key of object, as string.
        Parameters:
        elementKeyAsString - the key of object, as string.
      • AbstractElementFactory

        protected AbstractElementFactory​(Key elementKey)
        Creates the factory by the key of object.
        Parameters:
        elementKey - the key of object.