Uses of Interface
org.bremersee.apiclient.webflux.contract.RequestBodyInserterRegistry
-
Packages that use RequestBodyInserterRegistry Package Description org.bremersee.apiclient.webflux.spring.boot.autoconfigure -
-
Uses of RequestBodyInserterRegistry in org.bremersee.apiclient.webflux.spring.boot.autoconfigure
Methods in org.bremersee.apiclient.webflux.spring.boot.autoconfigure that return RequestBodyInserterRegistry Modifier and Type Method Description RequestBodyInserterRegistryReactiveApiClientAutoConfiguration. requestBodyInserterRegistry(org.springframework.beans.factory.ObjectProvider<RequestBodyInserter> requestBodyInserters)Request body inserter registry.Methods in org.bremersee.apiclient.webflux.spring.boot.autoconfigure with parameters of type RequestBodyInserterRegistry Modifier and Type Method Description ReactiveContractReactiveApiClientAutoConfiguration. reactiveSpringContract(ContentTypeResolver contentTypeResolver, org.springframework.beans.factory.ObjectProvider<QueryParametersResolver> queryParametersResolvers, RequestBodyInserterRegistry requestBodyInserterRegistry)Reactive spring contract.
-