Uses of Class
org.bremersee.apiclient.webflux.contract.spring.multipart.PartBuilder.DataBufferPartBuilder
- 
Packages that use PartBuilder.DataBufferPartBuilder Package Description org.bremersee.apiclient.webflux.contract.spring.multipart  - 
- 
Uses of PartBuilder.DataBufferPartBuilder in org.bremersee.apiclient.webflux.contract.spring.multipart
Methods in org.bremersee.apiclient.webflux.contract.spring.multipart that return PartBuilder.DataBufferPartBuilder Modifier and Type Method Description PartBuilder.DataBufferPartBuilderPartBuilder. part(String name, String filename, reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> content)Data buffer part builder.PartBuilder.DataBufferPartBuilderPartBuilder. part(String name, reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> content)Data buffer part builder. 
 -