Uses of Class
org.bremersee.apiclient.webflux.Invocation
-
Packages that use Invocation Package Description org.bremersee.apiclient.webflux org.bremersee.apiclient.webflux.contract org.bremersee.apiclient.webflux.contract.spring -
-
Uses of Invocation in org.bremersee.apiclient.webflux
Subclasses of Invocation in org.bremersee.apiclient.webflux Modifier and Type Class Description class
InvocationParameter
The invocation parameter.Methods in org.bremersee.apiclient.webflux that return types with arguments of type Invocation Modifier and Type Method Description @NotNull BiConsumer<Invocation,org.springframework.util.MultiValueMap<String,String>>
ReactiveContract. getCookiesConsumer()
Gets cookies consumer.@NotNull BiConsumer<Invocation,org.springframework.http.HttpHeaders>
ReactiveContract. getHeadersConsumer()
Gets headers consumer.@NotNull BiFunction<Invocation,org.springframework.web.reactive.function.client.WebClient.RequestBodyUriSpec,org.springframework.web.reactive.function.client.WebClient.RequestHeadersUriSpec<?>>
ReactiveContract. getRequestBodyInserterFunction()
Gets request body inserter function.@NotNull BiFunction<Invocation,org.springframework.web.util.UriBuilder,URI>
ReactiveContract. getRequestUriFunction()
Gets request uri function.@NotNull BiFunction<Invocation,org.springframework.web.reactive.function.client.WebClient,org.springframework.web.reactive.function.client.WebClient.RequestHeadersUriSpec<?>>
ReactiveContract. getRequestUriSpecFunction()
Gets request uri spec function.@NotNull BiFunction<Invocation,org.springframework.web.reactive.function.client.WebClient.ResponseSpec,org.reactivestreams.Publisher<?>>
ReactiveContract. getResponseFunction()
Gets response function.Constructors in org.bremersee.apiclient.webflux with parameters of type Invocation Constructor Description InvocationParameter(Invocation invocation, Parameter parameter, Object value, int index)
Instantiates a new invocation parameter. -
Uses of Invocation in org.bremersee.apiclient.webflux.contract
Methods in org.bremersee.apiclient.webflux.contract that return types with arguments of type Invocation Modifier and Type Method Description @NotNull Function<Invocation,org.springframework.http.MediaType>
HeadersConsumer. getAcceptResolver()
Gets accept resolver.@NotNull Function<Invocation,Optional<org.springframework.http.MediaType>>
HeadersConsumer. getContentTypeResolver()
Gets content type resolver.@NotNull Function<Invocation,org.springframework.util.MultiValueMap<String,String>>
CookiesConsumer. getCookiesResolver()
Gets cookies resolver.@NotNull Function<Invocation,org.springframework.util.MultiValueMap<String,String>>
HeadersConsumer. getHeadersResolver()
Gets headers resolver.@NotNull Function<Invocation,HttpRequestMethod>
RequestUriSpecFunction. getHttpMethodResolver()
Gets http method resolver.@NotNull Function<Invocation,Map<String,Object>>
RequestUriFunction. getPathVariablesResolver()
Gets path variables resolver.@NotEmpty List<Function<Invocation,org.springframework.util.MultiValueMap<String,Object>>>
RequestUriFunction. getRequestParametersResolvers()
Gets request parameters resolvers.@NotNull Function<Invocation,String>
RequestUriFunction. getRequestPathResolver()
Gets request path resolver.Methods in org.bremersee.apiclient.webflux.contract with parameters of type Invocation Modifier and Type Method Description default void
CookiesConsumer. accept(Invocation invocation, org.springframework.util.MultiValueMap<String,String> cookies)
default void
HeadersConsumer. accept(Invocation invocation, org.springframework.http.HttpHeaders httpHeaders)
default org.springframework.web.reactive.function.client.WebClient.RequestHeadersUriSpec<?>
RequestBodyInserterRegistry. apply(Invocation invocation, org.springframework.web.reactive.function.client.WebClient.RequestBodyUriSpec requestBodyUriSpec)
default URI
RequestUriFunction. apply(Invocation invocation, org.springframework.web.util.UriBuilder uriBuilder)
default org.springframework.web.reactive.function.client.WebClient.RequestHeadersUriSpec<?>
RequestUriSpecFunction. apply(Invocation invocation, org.springframework.web.reactive.function.client.WebClient webClient)
org.reactivestreams.Publisher<?>
ResponseFunction. apply(Invocation invocation, org.springframework.web.reactive.function.client.WebClient.ResponseSpec responseSpec)
boolean
RequestBodyInserter. canInsert(Invocation invocation)
Can insert boolean. -
Uses of Invocation in org.bremersee.apiclient.webflux.contract.spring
Methods in org.bremersee.apiclient.webflux.contract.spring that return types with arguments of type Invocation Modifier and Type Method Description BiConsumer<Invocation,org.springframework.util.MultiValueMap<String,String>>
ReactiveSpringContract. getCookiesConsumer()
BiConsumer<Invocation,org.springframework.http.HttpHeaders>
ReactiveSpringContract. getHeadersConsumer()
BiFunction<Invocation,org.springframework.web.reactive.function.client.WebClient.RequestBodyUriSpec,org.springframework.web.reactive.function.client.WebClient.RequestHeadersUriSpec<?>>
ReactiveSpringContract. getRequestBodyInserterFunction()
protected List<Function<Invocation,org.springframework.util.MultiValueMap<String,Object>>>
ReactiveSpringContract. getRequestParametersResolvers()
Gets request parameters resolvers.BiFunction<Invocation,org.springframework.web.util.UriBuilder,URI>
ReactiveSpringContract. getRequestUriFunction()
BiFunction<Invocation,org.springframework.web.reactive.function.client.WebClient,org.springframework.web.reactive.function.client.WebClient.RequestHeadersUriSpec<?>>
ReactiveSpringContract. getRequestUriSpecFunction()
BiFunction<Invocation,org.springframework.web.reactive.function.client.WebClient.ResponseSpec,org.reactivestreams.Publisher<?>>
ReactiveSpringContract. getResponseFunction()
Methods in org.bremersee.apiclient.webflux.contract.spring with parameters of type Invocation Modifier and Type Method Description org.springframework.http.MediaType
AcceptResolver. apply(Invocation invocation)
Optional<org.springframework.http.MediaType>
ContentTypeResolver. apply(Invocation invocation)
org.springframework.util.MultiValueMap<String,String>
CookiesResolver. apply(Invocation invocation)
HttpRequestMethod
HttpMethodResolver. apply(Invocation invocation)
org.springframework.web.reactive.function.client.WebClient.RequestHeadersUriSpec<?>
MultipartDataInserter. apply(Invocation invocation, org.springframework.web.reactive.function.client.WebClient.RequestBodyUriSpec requestBodyUriSpec)
org.springframework.util.MultiValueMap<String,Object>
PageableRequestParameterResolver. apply(Invocation invocation)
Map<String,Object>
PathVariablesResolver. apply(Invocation invocation)
org.springframework.util.MultiValueMap<String,String>
RequestHeadersResolver. apply(Invocation invocation)
org.springframework.util.MultiValueMap<String,Object>
RequestParametersResolver. apply(Invocation invocation)
String
RequestPathResolver. apply(Invocation invocation)
org.springframework.web.reactive.function.client.WebClient.RequestHeadersUriSpec<?>
SingleBodyInserter. apply(Invocation invocation, org.springframework.web.reactive.function.client.WebClient.RequestBodyUriSpec requestBodyUriSpec)
org.springframework.util.MultiValueMap<String,Object>
SortRequestParameterResolver. apply(Invocation invocation)
boolean
AbstractRequestBodyInserter. canInsert(Invocation invocation)
boolean
FormDataInserter. canInsert(Invocation invocation)
boolean
MultipartDataInserter. canInsert(Invocation invocation)
protected List<InvocationParameter>
AbstractRequestBodyInserter. findPossibleBodies(Invocation invocation)
Find possible bodies list.protected boolean
FormDataInserter. isFormData(Invocation invocation)
Is form data.protected boolean
MultipartDataInserter. isMultipartFormData(Invocation invocation)
Is multipart form data.Method parameters in org.bremersee.apiclient.webflux.contract.spring with type arguments of type Invocation Modifier and Type Method Description FormDataInserter
FormDataInserter. withContentTypeResolver(Function<Invocation,Optional<org.springframework.http.MediaType>> contentTypeResolver)
With content type resolver.MultipartDataInserter
MultipartDataInserter. withContentTypeResolver(Function<Invocation,Optional<org.springframework.http.MediaType>> contentTypeResolver)
With content type resolver.
-