Class AbstractInstanceFactory

    • Constructor Detail

      • AbstractInstanceFactory

        public AbstractInstanceFactory()
    • Method Detail

      • getStringValueByIndex

        protected String getStringValueByIndex​(String[] paramsArr,
                                               int index,
                                               String defaultValue)
      • getIntegerValueByIndex

        protected Integer getIntegerValueByIndex​(String[] paramsArr,
                                                 int index,
                                                 Integer defaultValue)