Uses of Interface
org.springframework.vault.client.VaultClient.RequestBodySpec
Packages that use VaultClient.RequestBodySpec
-
Uses of VaultClient.RequestBodySpec in org.springframework.vault.client
Subinterfaces of VaultClient.RequestBodySpec in org.springframework.vault.clientModifier and TypeInterfaceDescriptionstatic interfaceContract for specifying request headers, body and path for a request.Methods in org.springframework.vault.client that return VaultClient.RequestBodySpecModifier and TypeMethodDescriptionSet the body of the request to the givenObject.VaultClient.RequestBodySpec.body(T body, ParameterizedTypeReference<T> bodyType) Set the body of the request to the givenObject.