Uses of Interface
org.bremersee.apiclient.webflux.contract.RequestBodyInserter
-
Packages that use RequestBodyInserter Package Description org.bremersee.apiclient.webflux.contract org.bremersee.apiclient.webflux.contract.spring org.bremersee.apiclient.webflux.spring.boot.autoconfigure -
-
Uses of RequestBodyInserter in org.bremersee.apiclient.webflux.contract
Methods in org.bremersee.apiclient.webflux.contract that return types with arguments of type RequestBodyInserter Modifier and Type Method Description @NotEmpty List<RequestBodyInserter>RequestBodyInserterRegistry. getRequestBodyInserters()Gets request body inserters. -
Uses of RequestBodyInserter in org.bremersee.apiclient.webflux.contract.spring
Classes in org.bremersee.apiclient.webflux.contract.spring that implement RequestBodyInserter Modifier and Type Class Description classAbstractRequestBodyInserterThe abstract request body inserter.classDataBuffersInserterThe data buffers inserter.classFormDataInserterThe form data inserter.classMultipartDataInserterThe multipart data inserter.classPublisherInserterThe publisher inserter.classResourceInserterThe resource inserter.classSingleBodyInserter<T>The single body inserter.classValueInserterThe value inserter. -
Uses of RequestBodyInserter in org.bremersee.apiclient.webflux.spring.boot.autoconfigure
Methods in org.bremersee.apiclient.webflux.spring.boot.autoconfigure that return RequestBodyInserter Modifier and Type Method Description RequestBodyInserterReactiveApiClientAutoConfiguration. dataBuffersInserter()Data buffers inserter.RequestBodyInserterReactiveApiClientAutoConfiguration. formDataInserter(ContentTypeResolver contentTypeResolver)Form data inserter.RequestBodyInserterReactiveApiClientAutoConfiguration. multipartDataInserter(ContentTypeResolver contentTypeResolver, org.springframework.beans.factory.ObjectProvider<org.springframework.core.convert.converter.Converter<org.springframework.http.codec.multipart.Part,org.springframework.http.HttpEntity<?>>> partConverter)Multipart data inserter.RequestBodyInserterReactiveApiClientAutoConfiguration. publisherInserter()Publisher inserter.RequestBodyInserterReactiveApiClientAutoConfiguration. resourceInserter()Resource inserter.RequestBodyInserterReactiveApiClientAutoConfiguration. valueInserter()Value inserter.Method parameters in org.bremersee.apiclient.webflux.spring.boot.autoconfigure with type arguments of type RequestBodyInserter Modifier and Type Method Description RequestBodyInserterRegistryReactiveApiClientAutoConfiguration. requestBodyInserterRegistry(org.springframework.beans.factory.ObjectProvider<RequestBodyInserter> requestBodyInserters)Request body inserter registry.
-