Uses of Interface
org.springframework.web.client.RestOperations
Packages that use RestOperations
-
Uses of RestOperations in org.springframework.web.client
Classes in org.springframework.web.client that implement RestOperationsModifier and TypeClassDescriptionclassSynchronous client to perform HTTP requests, exposing a simple, template method API over underlying HTTP client libraries such as the JDKHttpURLConnection, Apache HttpComponents, and others.