Class MultipartDataControllerImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<Map<String,​Object>> postFluxParts​(reactor.core.publisher.Flux<org.springframework.http.codec.multipart.Part> parts)
      Post flux parts mono.
      reactor.core.publisher.Mono<Map<String,​Object>> postMonoMultipartDataMap​(reactor.core.publisher.Mono<org.springframework.util.MultiValueMap<String,​org.springframework.http.codec.multipart.Part>> data)
      Post mono multipart data map mono.
      reactor.core.publisher.Mono<Map<String,​Object>> postMonoParts​(reactor.core.publisher.Mono<org.springframework.http.codec.multipart.Part> stringPart, reactor.core.publisher.Mono<org.springframework.http.codec.multipart.Part> resourcePart, reactor.core.publisher.Mono<org.springframework.http.codec.multipart.Part> dataBufferPart, reactor.core.publisher.Mono<org.springframework.http.codec.multipart.Part> filePart)
      Post mono parts mono.
      reactor.core.publisher.Mono<Map<String,​Object>> postMultipartDataMap​(org.springframework.util.MultiValueMap<String,​org.springframework.http.codec.multipart.Part> data)
      Post multipart data map mono.
      reactor.core.publisher.Mono<Map<String,​Object>> postNamedFluxParts​(reactor.core.publisher.Flux<org.springframework.http.codec.multipart.Part> parts)
      Post named flux parts mono.
      reactor.core.publisher.Mono<Map<String,​Object>> postParts​(org.springframework.http.codec.multipart.Part stringPart, org.springframework.http.codec.multipart.Part resourcePart, org.springframework.http.codec.multipart.Part dataBufferPart, org.springframework.http.codec.multipart.Part filePart)
      Post parts mono.
    • Constructor Detail

      • MultipartDataControllerImpl

        public MultipartDataControllerImpl()
    • Method Detail

      • postMonoMultipartDataMap

        public reactor.core.publisher.Mono<Map<String,​Object>> postMonoMultipartDataMap​(reactor.core.publisher.Mono<org.springframework.util.MultiValueMap<String,​org.springframework.http.codec.multipart.Part>> data)
        Description copied from interface: MultipartDataController
        Post mono multipart data map mono.
        Specified by:
        postMonoMultipartDataMap in interface MultipartDataController
        Parameters:
        data - the mono data
        Returns:
        the mono
      • postParts

        public reactor.core.publisher.Mono<Map<String,​Object>> postParts​(org.springframework.http.codec.multipart.Part stringPart,
                                                                               org.springframework.http.codec.multipart.Part resourcePart,
                                                                               org.springframework.http.codec.multipart.Part dataBufferPart,
                                                                               org.springframework.http.codec.multipart.Part filePart)
        Description copied from interface: MultipartDataController
        Post parts mono.
        Specified by:
        postParts in interface MultipartDataController
        Parameters:
        stringPart - the string part
        resourcePart - the resource part
        dataBufferPart - the data buffer part
        filePart - the file part
        Returns:
        the mono
      • postMonoParts

        public reactor.core.publisher.Mono<Map<String,​Object>> postMonoParts​(reactor.core.publisher.Mono<org.springframework.http.codec.multipart.Part> stringPart,
                                                                                   reactor.core.publisher.Mono<org.springframework.http.codec.multipart.Part> resourcePart,
                                                                                   reactor.core.publisher.Mono<org.springframework.http.codec.multipart.Part> dataBufferPart,
                                                                                   reactor.core.publisher.Mono<org.springframework.http.codec.multipart.Part> filePart)
        Description copied from interface: MultipartDataController
        Post mono parts mono.
        Specified by:
        postMonoParts in interface MultipartDataController
        Parameters:
        stringPart - the string part
        resourcePart - the resource part
        dataBufferPart - the data buffer part
        filePart - the file part
        Returns:
        the mono
      • postFluxParts

        public reactor.core.publisher.Mono<Map<String,​Object>> postFluxParts​(reactor.core.publisher.Flux<org.springframework.http.codec.multipart.Part> parts)
        Description copied from interface: MultipartDataController
        Post flux parts mono.
        Specified by:
        postFluxParts in interface MultipartDataController
        Parameters:
        parts - the parts
        Returns:
        the mono