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 -
-
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.
-