Uses of Class
sk.antons.sbutils.rest.RestTemplateClient.Builder
Packages that use RestTemplateClient.Builder
-
Uses of RestTemplateClient.Builder in sk.antons.sbutils.rest
Methods in sk.antons.sbutils.rest that return RestTemplateClient.BuilderModifier and TypeMethodDescriptionRestTemplateClient.Builder.headers(BiFunction<String, Object, org.springframework.http.HttpHeaders> value) HttpHeaders added to request.static RestTemplateClient.BuilderRestTemplateClient.Builder.instance()RestTemplateClient.Builder.responseValidator(Predicate<org.springframework.http.ResponseEntity> value) Response checker for OK responses.Url prefix.RestTemplateClient.Builder.template(org.springframework.web.client.RestTemplate value) RestTemplate used for call.