Class InMemoryMultipartFormDataParserFactoryBean

    • Constructor Detail

      • InMemoryMultipartFormDataParserFactoryBean

        public InMemoryMultipartFormDataParserFactoryBean()
    • Method Detail

      • getObject

        public MultipartFormDataParser getObject()
        Description copied from interface: FactoryBean
        Return an instance (possibly shared or independent) of the object managed by this factory. As with a BeanFactory, this allows support for both the Singleton and Prototype design pattern.
        Specified by:
        getObject in interface FactoryBean<MultipartFormDataParser>
        Returns:
        an instance of the bean (can be null)