Class SpringStepsFactory

    • Constructor Detail

      • SpringStepsFactory

        public SpringStepsFactory​(Configuration configuration,
                                  org.springframework.context.ApplicationContext context)
    • Method Detail

      • isAllowed

        protected boolean isAllowed​(Class<?> type)
        Checks if type returned from context is allowed, i.e. not null and not abstract.
        Parameters:
        type - the Class of the bean
        Returns:
        A boolean, true if allowed
      • createInstanceOfType

        public Object createInstanceOfType​(Class<?> type)