Uses of Interface
org.springframework.vault.client.ReactiveVaultClient.RequestHeadersSpec
Packages that use ReactiveVaultClient.RequestHeadersSpec
-
Uses of ReactiveVaultClient.RequestHeadersSpec in org.springframework.vault.client
Classes in org.springframework.vault.client with type parameters of type ReactiveVaultClient.RequestHeadersSpecModifier and TypeInterfaceDescriptionstatic interfaceContract for specifying the path for a request.static interfaceContract for specifying request headers and path for a request.static interfaceContract for specifying request headers leading up to the exchange.Subinterfaces of ReactiveVaultClient.RequestHeadersSpec in org.springframework.vault.clientModifier and TypeInterfaceDescriptionstatic interfaceContract for specifying request headers and body leading up to the exchange.static interfaceContract for specifying request headers, body and path for a request.static interfaceContract for specifying request headers and path for a request.Methods in org.springframework.vault.client that return ReactiveVaultClient.RequestHeadersSpecModifier and TypeMethodDescriptionVariant ofReactiveVaultClient.RequestBodySpec.body(Publisher, Class)that allows using any producer that can be resolved toPublisherviaReactiveAdapterRegistry.ReactiveVaultClient.RequestBodySpec.body(Object producer, ParameterizedTypeReference<?> elementTypeRef) Variant ofReactiveVaultClient.RequestBodySpec.body(Publisher, ParameterizedTypeReference)that allows using any producer that can be resolved toPublisherviaReactiveAdapterRegistry.ReactiveVaultClient.RequestBodySpec.body(BodyInserter<?, ? super ClientHttpRequest> inserter) Set the body of the request using the given body inserter.<T,P extends org.reactivestreams.Publisher<T>>
ReactiveVaultClient.RequestHeadersSpec<?>Shortcut forReactiveVaultClient.RequestBodySpec.body(BodyInserter)with a Publisher inserter.<T,P extends org.reactivestreams.Publisher<T>>
ReactiveVaultClient.RequestHeadersSpec<?>ReactiveVaultClient.RequestBodySpec.body(P publisher, ParameterizedTypeReference<T> elementTypeRef) Variant ofReactiveVaultClient.RequestBodySpec.body(Publisher, Class)that allows providing element type information with generics.Shortcut forReactiveVaultClient.RequestBodySpec.body(BodyInserter)with a value inserter.ReactiveVaultClient.RequestBodySpec.bodyValue(T body, ParameterizedTypeReference<T> bodyType) Shortcut forReactiveVaultClient.RequestBodySpec.body(BodyInserter)with a value inserter.